Tags v3 endpoints
GET /v3/tags
POST /v3/tags
name
(required): The name of the tagPOST /v3/tags/#{tag_id}/subscribe
first_name
listed above.DELETE /v3/subscribers/#{subscriber_id}/tags/#{tag_id}
POST /v3/tags/#{tag_id}/unsubscribe
GET /v3/tags/#{tag_id}/subscriptions
asc
or desc
). asc
to list subscribers added oldest to newest, desc
to list subscribers added newest to oldest. Default is asc
.active
or cancelled
). Receive only active subscribers or cancelled subscribers.1
. Each page of results will contain up to 50 subscriptions.