The Great Bear Public API can be accessed via the following endpoint:
https://api.greatbear.io/api/v1/
In order to use the API you will need to specify an API key in the x-id-api-key
HTTP header.
To access the API key, login to the Great Bear Dashboard, select the top right Profile icon, then click Copy API Key.
As an example, the command below shows how to GET the sites managed by Great Bear via the API:
curl -H "x-id-api-key: ${GBEAR_API_KEY}" https://api.greatbear.io/api/v1/sites
The following API endpoints are available: