Generate a Token
post
https://api.mercadoe.com/v1/auth/tokens
Create a new access token based on ClientId
and ClientSecret
.
Request
Body
application/*+json
clientId
string
clientSecret
string
Responses
200
400
401
Success
Body
application/json
accessToken
string
Access token based on
ClientId
and ClientSecret
.expiresIn
int32
Expiration date of the access token.