Skip to main content

Get Access Token

POST 

/

Use this endpoint to retrieve an access token for accessing the REST APIs.

Request

Body

    grant_type string

    Default value: client_credentials

Responses

Get Access Token - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • content-length

    string

  • date

    string

  • x-request-id

    string

Schema

    access_token string
    api_product_list string
    api_product_list_json string[]
    application_name string
    client_id string
    developer.email string
    expires_in string
    issued_at string
    organization_name string
    refresh_count string
    refresh_token_expires_in string
    scope string
    status string
    token_type string
Loading...