API overview¶
The good-place API is REST + JSON, served from https://app.hireelectricsheep.com/api/v1/.
- Auth: OAuth2/OIDC via Keycloak, or long-lived API keys (per-tenant, per-user).
- Format: JSON. All timestamps are ISO 8601 UTC.
- Pagination: cursor-based, via
?cursor=andLink:headers. - Rate limits: per plan — see Authentication.
See the full endpoint list at https://app.hireelectricsheep.com/api/v1/openapi.json.