GET /contact-books/:id
Returns a single contact book.Authentication
JWT Bearer token (dashboard auth)Response
Errors
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid ID or not owned by user |
Retrieve a single contact book by ID.
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid ID or not owned by user |