v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBContact
Get contact
get/contacts/{id}
Path parameters
idstring int64 required
Query parameters
q[]string[]
Filter result by one or more fields.
See Filtering Results
Available filters:
| Value | Format |
|---|---|
| archived_at | date-time |
| deleted_at | date-time |
Response
Successful operation
Example response
{
"country_code": "AU",
"links": {
"self": "https://api.au1.cliniko.com/v1/contacts/1"
},
"phone_numbers": [
{
"normalized_number": "39012345678",
"number": "0-123-456-78"
}
]
}