Authentication
Generating Token
To get started, you'll need an API token. You can generate it in the Call Camp Studio under Profile → API tokens. When creating a token, you can give it a descriptive name and assign an expiration date to limit its access. Once it is generated, make sure to copy the token immediately as it will not be shown again.
Sending the Token
API tokens must be sent in the Authorization header of every request. The token should be prefixed with the word Bearer followed by a space.
Verifying a Token
Returns the account associated with the bearer token, including the token name, granted scopes and current rate-limit usage. Use this endpoint to confirm a token is valid before storing it on a server.
Responses
Postman Collection
Download our pre-configured Postman collection to start testing all API endpoints immediately. Includes environment variables and authentication templates.