v8

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061320128.0 KB
OrganizationAccounts

Get details of organization account

get/Organizations/{OrganizationSid}/Accounts/{AccountSid}

Path parameters

OrganizationSidstring OrganizationSid required
Example:ORf9618e7f043b4bc13832e4946fde06c9
AccountSidstring AccountSid required
Example:ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Response

Get details of organization account

account_sidstring AccountSid

Twilio account sid

friendly_namestring

Account friendly name

status'active' | 'suspended' | 'pending_closure' | 'closed'

Account status

owner_sidstring UserSid

Twilio account sid

date_createdstring date-time

The date and time when the account was created in the system

Example response

{
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "status": "active",
  "owner_sid": "US9a6d63d00bdbb50aa1c1889b3066bd30"
}