Overview
Welcome to the documentation for the LOMA client API! Currently, this API enables clients to manage their sales data.
Quickstart
Prerequisites
Before making requests with the API, you'll need to request the following information from your LOMA representative:
partnerIdclient_idclient_secret
Getting Started
To start working with the API, you'll need to generate a new access token:
OAuthOnce you have a valid token, you can use the locations endpoint to get a list of the brand's locations, along with their specific ID:
Now that you know the unique ID for each location, you can upsert sales data:
SalesLast updated