Use the API

Anatomy of a Key

  • 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.

Create a Client ID, Client Secret pair

  1. Go to the Partner Tab

  2. Click refresh keys

  3. Click Ok to accept that previously generated keys will be lost

  4. 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

View your Client ID

  1. Go to the Partner tab

Where is my Application Secret?

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.

Last updated