v1
latestOpenAPI 3.0.02026-07-24378968.5 KBContacts
/contacts/{id}
Get a contact by ID
get/contacts/{id}
Path parameters
idstring required
Headers
octa-agent-emailstring
Response
Example response
{
"name": "Jane Doe",
"email": "jane_doe@test.com",
"phoneContacts": [
{
"number": "119999999999",
"countryCode": "55"
}
]
}