Skip to main content
GET
Get Many Unsubscribes
This endpoint is legacy. Use List Unsubscribed Variables instead.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

offset
integer

Offset for pagination

limit
integer

Number of unsubscribes to retrieve. Default: 100

Response

Success

_id
string

Unique unsubscribe identifier

email
string<email>

Unsubscribed email address

campaignId
string

Campaign ID from which the person unsubscribed

campaignName
string

Campaign name from which the person unsubscribed

unsubscribedAt
string<date-time>

Unsubscribe timestamp

scope
enum<string>

Unsubscribe scope

Available options:
campaign,
team,
global