Resource

{
    "access_token": "string",
    "expires_in": "integer",
    "token_type": "string"
}

Properties

Name Example Description
access_token "rFwXcOW0j8sGAOOWRRHJAPECJjAVH2PaYzLxvP4S"

Token to be used in subsequent API calls

expires_in 31536000

Token lifetime in seconds

token_type "Bearer"

Type of access token

Possible values are:

  • Bearer