Skip to main content
GET
/
v1
/
contactBooks
/
{contactBookId}
/
contacts
cURL
curl --request GET \
  --url https://app.mailrify.com/api/v1/contactBooks/{contactBookId}/contacts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "email": "<string>",
    "properties": {},
    "contactBookId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "subscribed": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactBookId
string
required
Example:

"cuiwqdj74rygf74"

Query Parameters

emails
string
page
number
limit
number
ids
string

Response

200 - application/json

Retrieve multiple contacts

id
string
required
email
string
required
properties
object
required
contactBookId
string
required
createdAt
string
required
updatedAt
string
required
firstName
string | null
lastName
string | null
subscribed
boolean
default:true