Authentication

Each API endpoint 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.