REST API
Organization
Organization info
Retrieve the current organization (from API key).
Authorization
ApiKeyAuth AuthorizationBearer <token>
Bearer token with your API key. Example: Bearer sk_live_xxx
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/organization"{
"id": "org_abc123",
"recType": "organization",
"name": "Acme Healthcare",
"plan": "enterprise"
}{
"success": false,
"message": "Invalid or inactive API key"
}How is this guide?