GET /contact-books/:id/contacts/:contactId
Returns a single contact from the specified contact book.Authentication
JWT Bearer token (dashboard auth)Response
Errors
| Status | Error | Cause |
|---|---|---|
404 | Contact not found | Invalid contact ID or not in this book |
Retrieve a single contact by ID.
| Status | Error | Cause |
|---|---|---|
404 | Contact not found | Invalid contact ID or not in this book |