Skip to main content
GET
Check Team Ownership
Returns { is_owner: true } when the caller holds the owner role on the active team. Several billing actions (subscribing, cancelling, buying top-ups) are owner-only — clients use this to decide whether to show or disable those controls.

Response

200

Fields

boolean
true when the caller’s team_members.role is owner on the currently selected team, false otherwise.

Example

cURL