Organizations
Create Organization
POST/v1/organizations
Get Organization Details
GET/v1/organizations/{organization_id}
Update Organization
PATCH/v1/organizations/{organization_id}
List Organizations
GET/v1/organizations
Leave Organization
POST/v1/organizations/{organization_id}/leave
ModelsExpand Collapse
Organization object { id, billing_email, billing_state, 11 more } Organization response.
Organization object { id, billing_email, billing_state, 11 more }
Organization response.
billing_email: string
Billing email. Null when no custom billing email is set (reverts to the oldest owner’s email).
billing_state: "unfunded" or "active" or "requires_action" or 2 moreOrganization billing lifecycle state.
billing_state: "unfunded" or "active" or "requires_action" or 2 more
Organization billing lifecycle state.
OrganizationList object { items, pagination }
OrganizationList object { items, pagination }
billing_email: string
Billing email. Null when no custom billing email is set (reverts to the oldest owner’s email).
billing_state: "unfunded" or "active" or "requires_action" or 2 moreOrganization billing lifecycle state.
billing_state: "unfunded" or "active" or "requires_action" or 2 more
Organization billing lifecycle state.
OrganizationsMemberships
Get Organization Membership
GET/v1/organizations/{organization_id}/memberships/{membership_id}
List Organization Memberships
GET/v1/organizations/{organization_id}/memberships
OrganizationsAddress
Create Organization Address
POST/v1/organizations/{organization_id}/address
Get Organization Address
GET/v1/organizations/{organization_id}/address
Update Organization Address
PATCH/v1/organizations/{organization_id}/address
OrganizationsBilling
Get Organization Billing Summary
GET/v1/organizations/{organization_id}/billing/summary
Get Organization Daily Cost
GET/v1/organizations/{organization_id}/billing/cost
List Organization Billing History
GET/v1/organizations/{organization_id}/billing/history
Top Up Organization Prepaid Balance
POST/v1/organizations/{organization_id}/billing/topup