/oauth2/token - Client

POST {{INSTANCE_URL}}/rest/v{{API_VERSION}}/oauth2/token

Request Body

{"grant_type"=>"client_credentials", "client_id"=>"testClientID", "client_secret"=>"testClientID", "platform"=>"api"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"access_token":"18c8f71b-9056-4bc0-8cfa-30bea6b58bd1","expires_in":3600,"token_type":"bearer","scope":null,"refresh_token":"e89104da-1e91-4a0e-8828-1593218d088e","refresh_expires_in":1209600,"download_token":"15eae69f-0223-4053-9205-7279a2126a33"}