Session
Login
With your client id and secret, you can retrieve an access and refresh tokens.
post/api/v1/users/token
Response
successful operation
Example response
{
"access_token": "90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0",
"expires_in": 14399,
"refresh_token": "2e0d675df9fc96d2e4ec8a3ebbbf45eca9137bb7",
"refresh_token_expires_in": 1209600,
"token_type": "Bearer"
}