METHODS
# /api/v1/addressbook/{uuid}/contacts
POST
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Addressbook identificator | path | string | Required |
Request body required
Contacts to create/edit
(array ) contacts
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 400 | Bad request |
| 401 | Unauthorized |
DELETE
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Addressbook identificator | path | string | Required |
Request body required
Contacts to delete
(array ) contacts
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 400 | Bad request |
| 401 | Unauthorized |
# /api/v1/addressbook/{uuid}/contacts-all
DELETE
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Addressbook identificator | path | string | Required |
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 400 | Bad request |
| 401 | Unauthorized |
# /api/v1/campaign/{uuid}/conversion/{count}
POST
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Campaign identificator | path | string | Required |
| count | Conversion count | path | string | Required |
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 400 | Bad request |
| 401 | Unauthorized |
# /api/v1/campaign/{uuid}/un-subscribe
POST
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Campaign identificator | path | string | Required |
Request body required
Contacts to unsubscribe
(array ) emails
(string ) bookUuid
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 400 | Bad request |
| 401 | Unauthorized |
# /api/v1/check/token
POST
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
# /api/v1/contacts/{uuid}
DELETE
Parameters
| Name | Description | Type | Data type | |
|---|---|---|---|---|
| uuid | Contact identificator | path | string | Required |
Responses
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Not found |
| 401 | Unauthorized |
| 500 | Server error |
INTEGRATION
List of official integrations.