Skip to main content
All CollectionsEmbedded API Documentation
API: General information and authorization
API: General information and authorization
Manuel Bernal avatar
Written by Manuel Bernal
Updated over a week ago

The Albato API is located at the host: https://api.albato.com/. Data is exchanged in JSON format.

Expected headers:

  • Content-type: application/JSON

  • Accept: application/JSON

Basic definitions:

  • Partner — Your company, which provides Albato integrations to your customers.

  • User — Your customer, who uses embedded Albato integrations inside your platform.

  • Master account — Your admin account on Albato, which you will utilize to make calls to the Albato embedded API.

  • Connection — API authorization that your user needs to authenticate on a particular app and run integrations with it.

  • Transaction — A task that your user executes when creating or updating a record in your app or third-party apps.

To authorize under your master account, enter its permanent token as the username for the Basic authorization (the password is empty).

If there is an error while processing the API request, the response will return a status indicator of the Boolean type, as well as a detailed error description.

In all examples below, the partner-name in the methods' requests will automatically be replaced with the actual partner name (your company/contract name).

Did this answer your question?