Saqara AOS API

Saqara API is a RESTful API used to interface a client application or information system with the platform following the HTTP protocol.

REST (Representational State Transfer) is an architectural style that allows you to build applications (Web, Intranet, Web Service) by exploiting endpoints (endpoint URLs) and referencing resources to be exploited according to the verbs of the HTTP protocol (GET, POST, PUT, DELETE, etc.).

Environments

Saqara API provides 2 URLs for integrations. Staging is used to run your tests. Production operations will be immediately applied to your production account.

Environment URL Description
Staging https://api.staging.saqara.com This environment must be only for your test. Warning: Emails are sent on the Staging environment. You have to be careful when you invite enterprises.
Production https://api.saqara.com The production environment.

Endpoints

The endpoints are accessible with the following URLs

Environment URL
Staging https://api.staging.saqara.com/api/{endpoint}
Production https://api.saqara.com/api/{endpoint}

Example: If you want to call the /aos/v1/projects route in staging (/docs/1.0/projects/get-all-projects), you have to call https://api.staging.saqara.com/api/aos/v1/projects