Skip to main content
GET
/
contacts
/
books
List all contact books
curl --request GET \
  --url https://ecsend.paysgator.com/contacts/books \
  --header 'X-Api-Key: <api-key>'
[
  {
    "name": "My Contacts",
    "description": "Personal contact list",
    "contactCount": 25
  }
]

Authorizations

X-Api-Key
string
header
required

Response

List of contact books

name
string
Example:

"My Contacts"

description
string
Example:

"Personal contact list"

contactCount
integer
Example:

25