GET Unsubscriptions by Channel id
Get Unsubcriptions by channel id
GET
https://api.feedbackly.com/v5.0.3/unsubcriptions/:channelId
This endpoint allows you to access Unsubscribed contacts objects from Feedbackly.
Query Parameters
Name | Type | Description |
---|---|---|
startDate | string | Filter by unix timestamp, starting at given value |
endDate | number | Filter by unix timestamp, ending at given value |
skip | String | No. of documents to skip from the start |
requiredFields | Array | Fields to append to received contact object. Options: "email", "phone", "channelId" and "createdAt". |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd' |
Response type description
Field name | Type | Example | Description |
data | The array of Unsubscribed contact objects | ||
paging | Pagination object |
Last updated