List Contacts
GET /addressbook/contacts
GET /addressbook/contacts Required Permission
read:ContactsExample Request
curl --location 'https://<hostname>/addressbook/contacts?sortField=created_on&sortDir=DESC&offset=0&limit=10' \
--header 'Authorization: Bearer YOUR_API_KEY'Request Parameters
Field
Type
Required
Description
Responses
Success (HTTP 200)
Last updated