curl --request GET \
--url https://app.getaptly.com/api/contacts \
--header 'x-token: <x-token>'[
{
"_id": "JShpBxEFgRmZnivTf",
"name": "Jane Smith",
"email": "jane@example.com"
}
]Returns a list of contacts.
curl --request GET \
--url https://app.getaptly.com/api/contacts \
--header 'x-token: <x-token>'[
{
"_id": "JShpBxEFgRmZnivTf",
"name": "Jane Smith",
"email": "jane@example.com"
}
]Your Aptly API Token. Available in the Aptly UI under Card Sources > API.
The page of results to return, 0-indexed. Page size is 200 items.