GET /v1/contacts/{id}
Path parameters
The contact id, e.g.
ct_7Yh2Lp.Request
Response
Returns200 OK with the contact. An id that is unknown or not visible to this project returns 404 not_found.
200 OK
GET /v1/contacts/ — fetch a single contact by id, including subscription state and metadata.
GET /v1/contacts/{id}
ct_7Yh2Lp.200 OK with the contact. An id that is unknown or not visible to this project returns 404 not_found.