Skip to main content
GET
/
public-api
/
contacts
/
{id}
Get a contact by ID
curl --request GET \
  --url https://agents.nineteen58.co.za/public-api/contacts/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "identifier": "<string>",
  "name": "<string>",
  "email": "<string>",
  "channel": "<string>",
  "personal_context": "<string>",
  "notes": "<string>",
  "relevant_information": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The contact ID

Response

Contact found successfully

id
string
identifier
string
name
string
email
string | null
channel
string
personal_context
string | null
notes
string | null
relevant_information
string | null