OAuth
All API requests require OAuth client grant authentication.
Creating a new token
Creates a new OAuth token for authenticating with the API.
Body
grant_typestringRequiredExample:
The grant type of the request.
client_credentialsclient_idstringRequiredExample:
Client ID provided by LOMA.
12f345e6a8client_secretstringRequiredExample:
Client secret provided by LOMA.
cek1qup4mxa!nje6FWYscopestringRequiredExample:
The scope of the grant.
upsert_salesResponses
200
Token successfully created.
application/json
401
Permission denied.
post
/oauth/tokenLast updated