Skip to main content
Version: 2.0

Request an access token

POST 

/oauth/token

Obtain an OAuth2 access token using client credentials

Request

Body

required
    client_id stringrequired

    The client ID of the application

    client_secret stringrequired

    The client secret of the application

    grant_type required

Responses

Successful response

Schema
    access_token stringrequired
    token_type stringrequired
    expires_in integerrequired
Loading...