The LOMA vendor API is a RESTful API for vendors that allows you to manage orders and their resulting KPIs and files.

Authentication

To authenticate requests made to the API, your API Key should be passed in the API-Key header formatted as KEY_ID:KEY_SECRET.

headers: {
  "API-Key": "KEY_ID:KEY_SECRET"
}

Creating API Keys

Vendors can create API keys by navigating to the “API Keys” section in the settings page.

API Endpoints

Check out the available API endpoints, or you can view the OpenAPI specification file.

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