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 allowing to build applications (Web, Intranet, Web Service) by exploiting endpoints (endpoints urls) and referencing resources to be exploited according to the verbs of the HTTP protocol ( GET, POST, PUT, DELETE etc ...).
Saqara API provides 2 URL for the integrations. The Staging is used to make your tests. The Production operations will be immediately applied on your production account.
| Environment | URL | Description |
|---|---|---|
| Staging | https://api.staging.saqara.com | This environment must be only for your test. Warning: Email are sent on Staging environment. You have to be careful when you invite some enterprises. |
| Production | https://api.saqara.com | The production environement. |
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