The Peliqan API is a REST API, accessible on this URI:

https://{instance_url}/api

The instance URL is the same as what you use to access Peliqan in your browser. For example for the EU instance:

<https://app.eu.peliqan.io/api>

<aside> ☝ When you publish your own API endpoints, the base URL is different. More info:

Publish APIs

</aside>

Authentication

Get your API token (JWT) under Admin > Security settings > API token, in Peliqan.

Add your token as header:

Authorization: JWT {your_token}

Endpoints

Example endpoint to list all your databases (applications):

/api/applications/
/api/applications/?exclude_tables=1

Click here for the full API documentation.