Response Access Token
The access token is returned in JSON format:
{
"access_token" : "<ACCESS TOKEN>",
"expires_in" : 2592000,
"hin_id" : "hinid",
"refresh_token" : "<REFRESH TOKEN>",
"token_type" : "Bearer"
}
Status Codes
| Status Code | Description |
|---|---|
| 400 | Invalid request, e.g., missing parameters |
| 403 | Client secret or token group is invalid |
| 404 | Possible reasons: The client ID is not authorized for the corresponding token group (authorization is granted by HIN support) or the selected token group does not exist. |