Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://ecsend.paysgator.com/contacts/books \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "My Contacts", "description": "Personal contact list" } '
{ "success": true, "name": "My Contacts" }
Creates a new contact book with a unique name.
"My Contacts"
"Personal contact list"
Contact book created
true