Campaigns
List creator tracking links
List a creator's tracking links with the supported filters. These links attribute incoming subscribers and traffic to a source.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/tracking-linksList a creator's tracking links with the supported filters. These links attribute incoming subscribers and traffic to a source.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
Query Parameters
limit?number
Default
50offset?number
Default
0source?string
Value in
- "INSTAGRAM"
- "TIKTOK"
- "X"
- "REDDIT"
- "SNAPCHAT"
- "TELEGRAM"
- "THREADS"
- "YOUTUBE"
- "ONLYFINDER"
- "ONLYMATCH"
- "SFS"
- "TINDER"
- "BUMBLE"
- "FETLIFE"
- "DISCORD"
- "TWITCH"
- "FORUMS"
- "GOOGLE"
- "ONLYFANS"
- "REFERRAL"
- "DATING_APPS"
search?string
syncStatus?string
Value in
- "PENDING"
- "SYNCING"
- "SUCCESS"
- "ERROR"
sortBy?string
Default
"createdAt"Value in
- "name"
- "clicks"
- "subscribers"
- "revenue"
- "conversionRate"
- "createdAt"
sortOrder?string
Default
"desc"Value in
- "asc"
- "desc"
minClicks?number
minSubscribers?number
minRevenue?number
minConversionRate?number
dateCreatedFrom?string
dateCreatedTo?string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creators/string/tracking-links" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "trackingLinks": [ { "totalClicks": 0, "totalSubscribers": 0, "totalRevenue": 0, "conversionRate": 0, "snapshots": null, "creatorId": "string", "id": "string", "createdAt": "2019-08-24T14:15:22Z", "name": null, "url": null, "updatedAt": "2019-08-24T14:15:22Z", "source": null, "syncStatus": "PENDING", "clicks": 0, "subscribers": 0, "revenue": 0, "platformLinkId": null, "promoCost": 0, "listId": null, "profit": 0, "cpc": 0, "rpc": 0, "cps": 0, "arps": 0, "roi": 0, "mr": 0, "lastSyncAt": null, "syncError": null, "isActive": true } ], "total": 0, "hasMore": true }, "meta": { "requestId": "string" }}