List contacts
GET/v1/contacts
List contacts for the API key's organization, newest first. Requires the contacts:read scope on the API key.
Request
Responses
- 200
- 401
- 403
- 429
A page of contacts.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
Rate limit or monthly quota exceeded.