GET /contact-books/:id/contacts
Returns contacts in the specified contact book. Supports pagination and search.Authentication
JWT Bearer token (dashboard auth)Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number |
limit | number | 50 | Results per page |
search | string | — | Filter by email or name |
Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid book ID or not owned by user |