Access Token Response Example

The response for the access token request contains the following information:

Sample Response

For example, the successful response for password credential flow is returned as follows:

Response: 

{ 

"expires_in": 3600, 

"token_type": "Bearer", 

"refresh_token": "T1amGR21.IdKM.5ecbf91162691e15913582bf2662e0", 

"access_token": "T1amGT21.Idup.298885bf38e99053dca3434eb59c6aa" 

}