Organizations

Organization endpoints let you fetch and update the current organization that owns an API key.

All endpoints in this section use JSON and return a response envelope with success and data fields. Authenticated routes require the Authorization: Bearer <api_key>header.

Get organization

Fetch the organization record for the authenticated API key.

GET/api/v1/{organizationId}
Authenticated

Response

Update organization

Update the organization name or image URL.

PATCH/api/v1/{organizationId}
Authenticated

Request body

Response