Contains an access token. The access token authenticates the customer in all further calls. An access token expires after a few hours.
Header | Format | Description |
access_token | String | The newly generated access token |
expires_in | Integer | Expires in X seconds from the time of this requiest |
token_type | String | To be used in the Authorization Header: token_type access_token |