GET Unsubscriptions
Get Unsubcriptions
GET
https://api.feedbackly.com/v5.0.3/unsubcriptions
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 (optional)
endDate
number
Filter by unix timestamp, ending at given value (optional)
skip
String
No. of documents to skip from the start (optional)
requiredFields
Array
Fields to append to received contact object. Options: "email", "phone", "touchpointId" and "createdAt". (optional)
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