List contact requests
Returns both received and sent requests with handles and pagination metadata.
- Received requests are always filtered to pending status.
- Sent requests can be filtered by status using `sent_status` parameter.
- Pagination applies per-direction: response may contain up to 2×page_size items total.
- Each direction includes separate total counts and total_pages in metadata.
Authentication
X-API-Keystring
Enter your API key for programmatic access
Query parameters
page
Page number
page_size
Items per page per direction (max 100)
sent_status
Filter sent requests by status (default: pending)
Allowed values:
Response
Requests list
data
metadata
Pagination metadata. Note: page_size applies per-direction, so response may contain up to 2×page_size items.