cURL
curl --request GET \ --url https://ecsend.paysgator.com/contacts/books/{name} \ --header 'X-Api-Key: <api-key>'
[ { "phoneNumber": "+25884xxxxxxx", "name": "John Doe" } ]
Returns all contacts from a specific contact book.
Name of the contact book
List of contacts
"+25884xxxxxxx"
"John Doe"