Campaigns
List Campaigns
Campaigns
List Campaigns
GET
/
campaigns
curl --request GET \
--url https://api-dev.withflock.com/campaigns \
--header 'Authorization: <api-key>'
[
{
"name": "<string>",
"refereeLandingPageUrl": {},
"termsUrl": {},
"proposedRewardTrigger": {},
"manualRewardTrigger": {},
"inviteMessage": {},
"isLive": {},
"environment": "production",
"copiedFromCampaignId": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"lastPingAt": {},
"lastPingOrigin": {},
"rewards": [
{
"name": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"limit": {},
"type": "payout",
"campaignId": "<string>",
"description": {},
"party": "referrer",
"method": "paypal",
"payoutAmount": {},
"discountAmount": {},
"discountPercentage": {},
"discountDurationInMonth": {},
"currency": "usd",
"limitUnit": {},
"limitInterval": {}
}
],
"emails": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"message": "<string>",
"type": "referrer:reward",
"campaignId": "<string>",
"subjectLine": "<string>",
"buttonText": "<string>",
"buttonColor": "<string>",
"logoUrl": {},
"logoSize": {}
}
],
"campaignPages": [
{
"path": "<string>",
"id": "<string>",
"isEmpty": true
}
],
"faqs": [
{}
],
"platforms": [
"mobile"
]
}
]
Authorizations
Response
200 - application/json
Available options:
production
, test
Available options:
payout
, discount
Available options:
referrer
, referee
Available options:
paypal
, amazon_gift_card
, visa_gift_card
, mobile_coupon
, venmo
, custom
Available options:
usd
, cad
Available options:
referrer:reward
, invitee:reward
Available options:
mobile
, web
curl --request GET \
--url https://api-dev.withflock.com/campaigns \
--header 'Authorization: <api-key>'
[
{
"name": "<string>",
"refereeLandingPageUrl": {},
"termsUrl": {},
"proposedRewardTrigger": {},
"manualRewardTrigger": {},
"inviteMessage": {},
"isLive": {},
"environment": "production",
"copiedFromCampaignId": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"lastPingAt": {},
"lastPingOrigin": {},
"rewards": [
{
"name": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"limit": {},
"type": "payout",
"campaignId": "<string>",
"description": {},
"party": "referrer",
"method": "paypal",
"payoutAmount": {},
"discountAmount": {},
"discountPercentage": {},
"discountDurationInMonth": {},
"currency": "usd",
"limitUnit": {},
"limitInterval": {}
}
],
"emails": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": {},
"organizationId": "<string>",
"applicationId": "<string>",
"message": "<string>",
"type": "referrer:reward",
"campaignId": "<string>",
"subjectLine": "<string>",
"buttonText": "<string>",
"buttonColor": "<string>",
"logoUrl": {},
"logoSize": {}
}
],
"campaignPages": [
{
"path": "<string>",
"id": "<string>",
"isEmpty": true
}
],
"faqs": [
{}
],
"platforms": [
"mobile"
]
}
]