Skip to main content
GET
/
contacts
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "name": "<string>",
  "data": {},
  "addresses": [
    {
      "id": 123,
      "name": "<string>",
      "phone": "<string>",
      "post_code": "<string>",
      "address_line_1": "<string>",
      "address_line_2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "priority": true
    }
  ],
  "people": [
    {
      "id": 123,
      "name": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "position": "<string>",
      "note": "<string>",
      "priority": true
    }
  ],
  "categories": [
    {
      "id": 123,
      "type": "client"
    }
  ]
}

Authorizations

authorization
string
header
required

Path Parameters

id
string
required

Response

OK

id
integer
name
string
data
object

The details of the contact encoded in JSON format.

addresses
object[]
people
object[]
categories
object[]