📲Quick start

Quick start with Alterra API

Obtaining an API key

You can easily obtain an API key from the 'Manage Account' Page.

The API is exclusively available, please contact Administrator to get in.

Authorization

To use the API, include the following in the headers for authorization:

Authorization: YOUR_API_KEY

Where YOUR_API_KEY is the API key you obtained from the API page.

Request and Response format

All data should be sent in JSON format, and the server will respond in JSON as well. This is very important for proper communication with the API.

👾Common knowledge

Last updated