Insert Dnc Domains Json Api
Contacts
Add Domain to DNC List
Queues a list of domains to be added to an organisation’s DNC list.
This operation runs as a background task and returns immediately.
Path Parameters
organisation_id (int): The ID of the organisation to update.
Body Parameters
payload (DomainList): A list of domain strings.
Headers
X-API-Key: API key granting access to the organisation’s DNC list.
Returns:
JSONResponse: A confirmation message indicating the task has been queued.
POST
Insert Dnc Domains Json Api