Contacts
List Contacts
Retrieve a list of contacts for a chatbot with pagination support.
Request
URL
Path Parameters
The ID of the chatbot to retrieve contacts from
Headers
Bearer <YOUR_API_KEY>
Query Parameters
Number of contacts per page
- Default: 100
- Minimum: 10
- Maximum: 1000
The page number for pagination
- Default: 1
- Minimum: 1
Response
Success Response
- Status: 200 OK
- Content-Type: application/json
Success message
Array of contact objects
Total number of contacts available
Error Responses
400 Bad Request
- Invalid page number or per_page value
- Page number out of range
401 Unauthorized
- Invalid or missing API key
404 Not Found
- Chatbot not found
429 Too Many Requests
- Rate limit exceeded
500 Internal Server Error
- Server error occurred