List contacts
Returns the contacts in a workspace. Use $offset and $limit to paginate, and $filter / $orderBy to narrow and sort the result set. Set the Accept header to text/csv or the xlsx MIME type to download the contacts as a spreadsheet instead.
GET
/feeds/{feedId}/contactsAuthorization
apiKey contacts:read-onlyx-api-key<token>
In: header
Scope: contacts:read-only
Path Parameters
feedId*string
Query Parameters
$offset?string
$limit?string
$filter?string
$orderBy?string
curl -X GET "https://example.com/feeds/string/contacts"{ "meta": { "maxResults": 0.1 }, "items": [ { "property1": null, "property2": null } ]}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}