Audiences
GET /audiences
List audiences with bidirectional cursor-based pagination
GET
/
audiences
cURL
curl --request GET \
--url https://admin.fanfare.io/api/audiences \
--header 'Authorization: Bearer <token>'{
"data": [
{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"imports": [
{
"archived": true,
"audienceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"errorCount": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"processedConsumers": 123,
"progress": 123,
"s3Key": "<string>",
"errors": [
{
"issues": [
"<unknown>"
],
"row": 123
}
],
"totalConsumers": 123,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
}
],
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rules": [
{
"audienceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"field": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"values": [
"<string>"
],
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"position": 0
}
],
"description": "<string>",
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"groupName": "<string>",
"iconName": "<string>",
"lastRefreshedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"primaryExternalId": "<string>",
"primaryLastSyncedAt": "2023-11-07T05:31:56Z",
"primarySourceVendor": "<string>",
"primarySyncSource": {
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncSource": "<string>",
"syncSourceId": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"sourceData": {},
"syncStatus": "PENDING",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
},
"primarySyncSourceId": "<string>",
"refreshIntervalSeconds": 123,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
}
],
"pageInfo": {
"endCursor": "<string>",
"startCursor": "<string>"
}
}⌘I
cURL
curl --request GET \
--url https://admin.fanfare.io/api/audiences \
--header 'Authorization: Bearer <token>'{
"data": [
{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"imports": [
{
"archived": true,
"audienceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"errorCount": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"processedConsumers": 123,
"progress": 123,
"s3Key": "<string>",
"errors": [
{
"issues": [
"<unknown>"
],
"row": 123
}
],
"totalConsumers": 123,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
}
],
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rules": [
{
"audienceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"field": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"values": [
"<string>"
],
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"position": 0
}
],
"description": "<string>",
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"groupName": "<string>",
"iconName": "<string>",
"lastRefreshedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"primaryExternalId": "<string>",
"primaryLastSyncedAt": "2023-11-07T05:31:56Z",
"primarySourceVendor": "<string>",
"primarySyncSource": {
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncSource": "<string>",
"syncSourceId": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"sourceData": {},
"syncStatus": "PENDING",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
},
"primarySyncSourceId": "<string>",
"refreshIntervalSeconds": 123,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>"
}
],
"pageInfo": {
"endCursor": "<string>",
"startCursor": "<string>"
}
}