Use the API
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.
Our API authenticates users using the OAuth Client Credentials standard. This means that a Client ID and Client Secret are exchanged for a token which can be used to make requests.
Client ID - The unique identifier making up the first half of your key
Client Secret - A secret key used to verify your application's identity
We recommend using the industry standard OAuth client library for your stack to handle key-token exchanges.
Go to the Partner Tab
Click refresh keys
Click Ok to accept that previously generated keys will be lost
Copy the Client ID and Client Secret Note: the client secret must be copied here or it will be lost and new key pairs must be generated
Go to the Partner tab
You will see your Client ID under API Keys
Application secrets are only available once, at the time of creation. Certn hashes application secrets on the backend and so it is not possible to retrieve the secrets once they've been created.