Authentication
Each of our API endpoints requires an Authorization token to be sent in the request headers. The tokens are considered API keys and a single key is sufficient for all requests for a given integration.
If you have an Advice Builder account, you can request a new API key yourself or contact us to have one generated for you.
Example:
Authorization: Bearer <API_KEY>
You can read more about Bearer Authentication on Swagger.io.
Updated over 1 year ago