Request patterns which apply to most endpoints, and these are based on the HTTP verbs.
API Endpoint
The endpoint for Qero API, for enterprises with a dedicated server structure:
http://[the_tenant_endoint]/public-api/
The endpoint for Qero API, for enterprises on SaaS platform:
https://qero-cdp.e-goi.com/public-api/
Authentication
In order to avoid unauthorised use of this same API, it is necessary to include a header with an authentication parameter in all the requests made. The header to include is the following:
Key: APIKEY
Value: [the_tenant_api_key_string]
* The APIKEY may be accessed by choosing the top menu and “My Profile” on Qero BO.
Versions