Overview

Welcome to the documentation for the LOMA Console API! Currently, this API enables clients to manage their sales data.

Quickstart

Prerequisites

Before using the API, you'll need to get an API key.

If you do not yet have an API key, you can create one on the settings page in the Console.

Authentication

To authenticate with the API, include your API key in the Authorization header of your request in bearer token format.

Example: Authorization: Bearer qWQWp7XUJXQVH16PmIsPyAnf

Getting Started

The base URL for all endpoints is https://console.lomaplatform.com

Once you have your API key, you can use the locations endpoint to get a list of your organization's locations along with their IDs:

Locations

Now that you have the unique ID for each location, you can upsert sales data:

Daily Sales

Last updated