Skip to main content
POST
Get the caller's own organization

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json

Identity comes from the authenticated key; still a POST so the request mechanism matches every other V3 endpoint.

organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

The caller's organization.

Absent values render as "" rather than null.

id
string
name
string
slug
string
email
string
phone_number
string