Skip to main content

Get an access token

Request an access token by authenticating your application using OAuth 2.0 (client credentials grant)

Request Body
    grant_type GrantType required

    Possible values: [client_credentials]

    The type of OpenID Connect grant to execute

    client_id string required

    The client id of the application requesting a token

    client_secret string required

    The client secret of the application requesting a token

Responses

Success


Schema
    access_token string nullable

    JWT bearer token providing access to BigChange REST APIs

    expires_in int32

    Number of seconds before the access token expires

Loading...