Skip to main content
GET
/
contacts
/
{contact_id}
Get Contact
curl --request GET \
  --url https://api.getoutbox.ai/contacts/{contact_id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "tags": [
    "<string>"
  ],
  "last_activity": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "recent_activity": [
    {
      "id": "<string>",
      "agent_name": "<string>",
      "agent_id": "<string>",
      "type": "chatbot",
      "status": "<string>",
      "direction": "<string>",
      "duration": 123,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

contact_id
string
required

The ID of the contact

Response

Contact details retrieved successfully

id
string
name
string
email
string
phone
string
tags
string[]
last_activity
string<date-time>
created_at
string<date-time>
recent_activity
object[]

3 most recent agent threads (conversations or calls)