B

Basecamp REST API

REST discovered

Details
URL
https://3.basecampapi.com/{accountId}
Docs
https://github.com/basecamp/bc-api
Authentication
Basecamp OAuth access token bearer discovered Get token ↗
Authorization: Bearer <credential>

Create a Basecamp OAuth app in 37signals Launchpad Integrations, then send the user through the OAuth flow described in Basecamp's authentication guide. Exchange the authorization code at https://launchpad.37signals.com/authorization/token to obtain an access token and refresh token. The access token is used as Authorization: Bearer ... against the Basecamp API.