Docs

Accessing Application Keys

Each application is automatically assigned one or more API keys (credentials). These are required when making API requests.


  1. Open Application Details
    • Go to Applications.
    • Click the application name you just created.
  2. View API Keys
    • On the details page, you will see a section for API Keys (sometimes called Consumer Key / Secret or Client ID / Secret).

  3. Copy Your Keys

    • Copy the key(s) and use them in your API requests.

      Example 

    GET /v1/resource
    Host: api.example.com
    Authorization: Bearer <your_api_key>