APIs & Integrations
Basecamp
Overview
Pre-built tooling
Pre-built integrations
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup here. |
Paid test account | ✅ Not required | Create free account for testing. |
Partnership | ✅ Not required | |
App review | ✅ Not required | |
Security audit | ✅ Not required |
Setup guide
1
Create a free account
Go to Basecamp’s signup page and create an account.
2
Create & configure a Basecamp app
- Start creating a Basecamp app by heading to the following page.
- Click Register another application to open the application registration form.
- Fill in the About section and configure the Redirect URL as follows:
https://api.nango.dev/oauth/callback
. - Select the products your app integrates with.
- Submit Your Application.
- Once your application has been created, navigate to the specific app page and copy the
Client ID
andClient Secret
. You will need to specify these in Nango later.
3
Next
Follow the Quickstart.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Topic | Links |
---|---|
General | Website |
Create a test account | |
Developer | API documentation |
Authorization documentation | |
Register an OAuth app | |
Details on rate limits |
Contribute useful links by editing this page
API gotchas
- When creating a new connection in Nango, you will need to add the
appDetails
, configuration parameter in the formatMyApp (yourname@example.com)
, which will be appended to the request as a header:User-Agent: MyApp (yourname@example.com)
. This information will be used to get in touch if you’re doing something wrong(so the provider can warn you before you’re blocked) or something awesome (so the provider can congratulate you). Requests without a validUser-Agent
header are rejected. - You will also need to add in your
accountId
connection configuration parameter.Contribute API gotchas by editing this page
Going further
Connect to Basecamp
Guide to connect to Basecamp using Connect UI
Was this page helpful?