Skip to content

List organizations the current user belongs to

GET
/v1/orgs

List of organizations

Response wrapper for list endpoints. All list endpoints return responses wrapped in a data field.

object
data
required

Array of items returned by the list operation.

Array<object>

Response for organization operations

object
created_at
required

When the organization was created

string format: date-time
id
required

External identifier (org_<32-hex-chars>)

string
name
required

Display name

string
updated_at
required

When the organization was last updated

string format: date-time