curl --request GET \
--url https://apix.spotzee.com/api/client/organizations/me \
--header 'Authorization: Bearer <token>'{
"organization": {
"id": 7,
"username": "acme",
"created_at": "2026-04-28T05:14:00.000Z",
"updated_at": "2026-04-28T05:14:00.000Z",
"domain": "acme.example"
},
"role": "member"
}Returns the organisation the calling key is scoped to, along with the caller’s role on that organisation. Internal billing, usage counters, and identity-provider configuration are not exposed.
curl --request GET \
--url https://apix.spotzee.com/api/client/organizations/me \
--header 'Authorization: Bearer <token>'{
"organization": {
"id": 7,
"username": "acme",
"created_at": "2026-04-28T05:14:00.000Z",
"updated_at": "2026-04-28T05:14:00.000Z",
"domain": "acme.example"
},
"role": "member"
}Documentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Organisation-scoped admin API key (ok_…). Pass in the Authorization: Bearer <key> header. Used to manage projects and other organisation-level resources.
Organisation and caller role.
Identifies the organisation and the caller’s role on that organisation.
Top-level tenant. Owns one or more projects and is the security boundary for organisation API keys. Internal billing, usage counters, and identity-provider configuration are not exposed on the public API.
Hide child attributes
Numeric organisation identifier.
7
Stable URL-safe slug identifying the organisation.
"acme"
Time the organisation was created. ISO 8601.
"2026-04-28T05:14:00.000Z"
Time the organisation was last modified. ISO 8601.
"2026-04-28T05:14:00.000Z"
Primary domain associated with the organisation, if configured.
"acme.example"
Role the calling key or session holds on the organisation.
member, admin, owner Was this page helpful?