Skip to main content
GET
/
orgs
/
{org_id}
/
contacts
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/contacts \
  --header 'Authorization: Bearer <token>'
{
  "contacts": [
    {
      "channels": [
        {
          "value": "<string>",
          "label": "<string>",
          "primary": true
        }
      ],
      "id": "<string>",
      "name": "<string>",
      "photo_url": "<string>",
      "title": "<string>"
    }
  ]
}
Account-side contacts assigned to an organization.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Response

200 - application/json

Contacts for the organization

contacts
object[]
required