cURL
curl --request GET \ --url https://api.maildiver.com/v1/audiences \ --header 'Authorization: Bearer <token>'
200
success
Endpoint: v1/audiences
v1/audiences
List all audiences associated with your account. Returns 10 audiences per page.
API key with format "Bearer {your-api-key}"
Pagination cursor. The cursor will always be returned in the response:
OK
Was this page helpful?