POST /contact-books
Create a new contact book to organize your contacts.Authentication
JWT Bearer token (dashboard auth)Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Contact book name |
Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
400 | Invalid request data | Missing required fields |
403 | Contact book limit reached | Free plan allows a maximum of 2 contact books |