access Token

POST {{baseUrl}}/oauth2/token?grant_type=<string>

Get access token for the client application.

Request Params

KeyDatatypeRequiredDescription
grant_typestring(Required) Must be 'client_credentials'

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;access_token&quot;:&quot;2YotnFZFEjr1zCsicMWpAA&quot;,&quot;expires_in&quot;:1800,&quot;token_type&quot;:&quot;bearer&quot;}