GET
/
v1
/
contactBooks
/
{contactBookId}
/
contacts
curl --request GET \
  --url https://app.unsend.dev/api/v1/contactBooks/{contactBookId}/contacts
[
  {
    "id": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "subscribed": true,
    "properties": {},
    "contactBookId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
]

Path Parameters

contactBookId
string
required
Example:

"cuiwqdj74rygf74"

Query Parameters

emails
string
page
number
limit
number
ids
string

Response

200 - application/json

Retrieve multiple contacts

The response is of type object[].