Management of contact data endpoints
Delete contact data
Create a new delete contact request.
You can browse the full information about the Delete contact request API using the dedicated API browser.
Go to API server docs
GET /analytics/v1/contacts/delete-requests
Get all delete requests in a specific data center.
You can browse the full information about the Get all delete requests API using the dedicated API browser.
Go to API server docs
GET /analytics/v1/contacts/delete-requests/{request-id}
Get a delete request by ID.
You can browse the Get delete request by ID API using the dedicated API browser.
Go to API server docs
POST /analytics/v1/contacts/export-requests
Create a new export request for contact data.
You can browse the Export contact data API using the dedicated API browser.
Go to API server docs
GET /analytics/v1/contacts/export-requests
Get all export requests in a specific data center.
You can browse the Get all export requests API using the dedicated API browser.
Go to API server docs
GET /analytics/v1/contacts/export-requests/{request-id}
Get information about a specific export request.
You can browse the documentation for this API request using the dedicated API browser.
Go to API server docs
GET /analytics/v1/contacts/export-requests/{request-id}/download
Get the exported data of an export request by ID.
You can browse the documentation for this API request using the dedicated API browser.
Go to API server docs