Generate account access token
Get access token
POST
https://integrations.mipos.shop/api/oauth/token
Provide an access token to be used in the calls to all endpoints (Doesn't update the token)
Headers
Name
Type
Description
Content-Type
string
application/json
Request Body
Name
Type
Description
client_id
string
Identifier of the application
client_secret
string
Secret key for the application
grant_type
string
Default value: "client_credentials"
string
The email of the user account
password
string
The password of the user account
Last updated
Was this helpful?