Skip to main content
Gorelo allows you to integrate with any external product through the Gorelo API. The Gorelo API uses API keys. Include your key in every request via the X-API-Key header. The Gorelo base URL depends on the region you opted to host your data on in Gorelo:

Example requests

The following JavaScript fetch snippets show how to authenticate with the X-API-Key header. Replace YOUR_API_KEY with your key and swap the base URL for the region hosting your data.
GET
POST

Scopes and permissions

You can scope API keys. If a key lacks access to an endpoint, the API returns 403 Forbidden.

Error handling

Status IDs

Agent assets