Get organization for the authenticated account (new billing model).
GET /account/organization
GET
/account/organization
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful response
Organization details for the authenticated account: identifiers, billing-cycle dates, usage caps (messages, SMS, calls, cost), and timestamps. Returned by GET /account/organization.
object
organizationId
required
string
organizationType
required
string
creator
required
string
name
required
string
messagesCap
required
number
costCap
required
number
smsCap
number
callCap
number
anniversaryDate
required
ISO date (YYYY-MM-DD) when the billing cycle resets.
string
allowOverage
required
boolean
createdAt
required
string
updatedAt
required
string
Bad Request
Unauthorized
Internal Server Error