OAuth

All API requests require OAuth client grant authentication.

Creating a new token

Create OAuth token

post

Creates a new OAuth token for authenticating with the API.

Body
grant_typestringRequired

The grant type of the request.

Example: client_credentials
client_idstringRequired

Client ID provided by LOMA.

Example: 12f345e6a8
client_secretstringRequired

Client secret provided by LOMA.

Example: cek1qup4mxa!nje6FWY
scopestringRequired

The scope of the grant.

Example: upsert_sales
Responses
chevron-right
200

Token successfully created.

application/json
post
/oauth/token

Last updated