Auth

Information regarding user authentication for Accredit's API's.

All Accredit API's user bearer tokens to authenticate the user.

A token can be generated using your Accredit account credentials via the /token endpoint.
It can then be included in any requests as the below header.

 --header 'authorization: Bearer {bearer-token}'

Note that without a valid token, you will recieve a 401 Unauthorised response.

The response data from any API will be tied to your individual account permissions, so please ensure your account has been configured correctly.

If you do not have an account available to you, or you believe your response data is being wrongly restricted, please reach out to you point of contact at Accredit or contact us at [email protected].