Authentication for Partner APIs

You must be authenticated for any request on the Chapter API. See our available authentication methods below.

Token Authentication

Right now we support API key authentication. For our Partner APIs, we expect an Authorization header in the request prefaced with "ExternalService".

curl \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Authorization: ExternalService <Replace this with your API Token>" \
  https://api.askchapter.org/partners/your-api-here

If you need an API token, please ask your contact at Chapter, or reach out to [email protected].