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"
}
]
}Retrieve detailed information about a specific contact including recent activity
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"
}
]
}Company API Key
The ID of the contact
Contact details retrieved successfully
3 most recent agent threads (conversations or calls)
Show child attributes