Retrieve a contact
GET/v1/contacts/:id
Fetch a single contact by id, scoped to the API key's organization. Requires the contacts:read scope on the API key.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The requested contact.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
No such resource in the key's organization.
Rate limit or monthly quota exceeded.