Sales Connect
These endpoints are dedicated to accessing contacts' emails.
List
Access the contacts email.
HTTP Request
Request type
POST
Endpoint
https://api.datenly.com/api/salesconnect/contacts/get/email
Parameters
Parameter | Type | Description |
---|---|---|
UUID | String | List uuid |
Body Parameters
Parameter | Type | Description |
---|---|---|
ids | Array | List of contacts uuid |
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Boolean | Processing status of your request |
has_new_balance | Boolean | If your balance is affected |
balance | int | Current balance of email access |
data | Array | List of contact emails |
data.$.uuid | String | Contact uuid |
data.$.email | String | Contact email |
data.$.email_status | String | Contact email status verified, under_verification, unverified |
data.$.name | String | Contact name |
Example
Request
curl 'https://api.datenly.com/api/salesconnect/contacts/get/email' \
-H "Authorization: <token> \"
--form 'ids="ae7e388c-5159-5e42-a7df-d254984b351"'
--form 'ids="cfk6f903-14ce-5f2d-9833-48beb2f4797"'