Tempivo Help
REST API

Organization

Organization info

REST API-översikt

GET
/organization

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"
}

Var den här guiden bra?