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 CodeDescription
400Invalid request, e.g., missing parameters
403Client secret or token group is invalid
404Possible 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.