List Contact Documents
Documents
List Contact Documents
Return every document linked to the specified contact
GET
List Contact Documents
Request
Path Parameters
Contact UUID.
Query Parameters
Page number.
Results per page. Maximum 100.
Filter to documents linked with a specific relationship role (e.g.
signed).Headers
Response
Pagination metadata:
page, per_page, total.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:documents permission |
| 404 | not_found | Contact not found |
| 429 | rate_limited | Rate limit exceeded |