Monetate Auth API
Token
Refresh a Token
GET
https://api.monetate.net/api/auth/v0/refresh/
Authentication
Authorization
Query Parameters
ttl
Responses
200
The token was successfully generated.
meta
*
data
*
401
Unauthorized.
The request did not include a token, or the token provided was invalid. Please ensure that your token is correct and that the Authorization header is properly formatted.
meta
*
data
*
403
Forbidden.
The request included a token that has been revoked. Please contact your account administrator to generate a new token.
meta
*
data
*
500
Unknown error.
Please try again or contact your account manager for more information.
meta
*
data
*