Clients' login
Login
It generates a refreshToken valid for 7 days to relogin and an accessToken valid for 1 hour to use the next routes.
POST
/
login
Body
application/json
Allows you to log in with your clientId and clientSecret before receiving a refreshToken valid for 7 days, allowing you to log in again.
grantAccess
enum<string>
requiredAvailable options:
clientSecret
clientId
string
requiredclientSecret
string
requiredResponse
201 - application/json
accessToken
string
Token to be used for bearerAuth.
expiresIn
number
Time in seconds before accessToken expires.
tokenType
string
refreshToken
string
Token valid for 7 days to be used to relogin.
Was this page helpful?