Skip to main content
GET
/
organizations
List all organizations
curl --request GET \
  --url https://{organization}.admin.credibledata.com/api/v0/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "displayName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of organizations retrieved successfully

name
string

The unique identifier for the organization, used in API paths and resource references

Pattern: ^[a-zA-Z0-9_-]+$
displayName
string

Human-readable name for the organization, displayed in user interfaces

createdAt
string<date-time>

ISO 8601 timestamp indicating when the organization was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the organization was last modified