v1

latestOpenAPI 3.0.02026-07-24378968.5 KB
Contacts

/contacts/{id}

Get a contact by ID

get/contacts/{id}

Path parameters

idstring required

Headers

octa-agent-emailstring

Response

idstring

Customer ID

namestring

Customer name

emailstring

Customer email

Example response

{
  "name": "Jane Doe",
  "email": "jane_doe@test.com",
  "phoneContacts": [
    {
      "number": "119999999999",
      "countryCode": "55"
    }
  ]
}