Searching...

Matching results

    How to create a new API client?

    Steps to create API Client

    1. Navigate to Develop > API clients.
    2. Click Create (Refer to Fig 1).
    3. Enter API client Name.
    4. Select the OAuth Flow type depending on your use case (see the sections below for more details).
    5. Click Create and wait for completion. You will be redirected to the client details page when finished.
    Fig 1: Click on Create

    Authorization code flow

    For API clients using the Authorization Code flow, you can specify:

    • Name
    • OAuth Flow — Select Authorization Code flow.
    • Redirect URIs – URLs where users are redirected after successful authentication. These must match exactly and are required for secure OAuth redirection.
    Fig 2.1: Add Redirect URIs and click Create

    Client credentials flow

    For API clients using the Client Credentials flow, you can specify:

    • Name
    • OAuth Flow — Select Client Credentials flow.
    • Profiles – Assign profiles that define permissions and capabilities for this client. (For more details, refer to this page)
    Fig 2.2: Add Profiles and click Create

    TOP