cURL
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>" }
Retrieves a single contact by its ID
Documentation IndexFetch the complete documentation index at: https://agent-docs.nineteen58.co.za/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://agent-docs.nineteen58.co.za/llms.txt
Use this file to discover all available pages before exploring further.
The contact ID
Contact found successfully