Get and use an Authorization Token
Last updated
Last updated
The Certn Group of companies includes Certn, Credence & InterCheck. For educational purposes, these companies are referred to as “Certn” in this website. For questions about any of the aforementioned companies, contact support@certn.co. ©2023 Certn.
To gain access to our API, you need a valid token in an Authorization header. The token is granted by our API in exchange for a Client ID / Client Secret pair. This can also be handled by third party OAuth client libraries.
Example Python request (replace CLIENT_ID and CLIENT_SECRET):
Replace TOKEN
with your API key in the following header:
Include this header in every call to our API, and keep it secure. It is your access key.
Token lifespan is indicated by the expires_in
parameter returned when a new token is requested. The default value is 36000
seconds (10 hours).