Validate HMAC
Header Parameters
Path Parameters
Id of the user
Response
OK
Response Attributes
Token granting access to protected resources, valid for the duration specified by expires_in
Type of the issued token, typically indicating the authentication scheme such as "Bearer"
The remaining lifetime of the access token in seconds before it expires and requires renewal
Token used to obtain a new access token without re-authenticating the user
Response
Status Codes
200
Everything worked as expected.
400
The request was unacceptable, often due to missing a required parameter.
401
The request was unacceptable, often due to missing a required parameter.
402
The parameters were valid but the request failed.
403
The API key doesnt have permissions to perform the request.
404
The requested resource does not exist.