Referrals
List Referral
Referrals
List Referral
GET
/
referrals
curl --request GET \
--url https://api-dev.withflock.com/referrals \
--header 'Authorization: <api-key>'
{
"total": 123,
"limit": 123,
"offset": 123,
"data": [
{
"id": "<string>",
"campaignId": "<string>",
"refereeId": {},
"referrerId": "<string>",
"status": {},
"suspectedFrauds": [
{
"message": "<string>",
"type": "<string>"
}
],
"organizationId": "<string>",
"applicationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Response
200 - application/json
curl --request GET \
--url https://api-dev.withflock.com/referrals \
--header 'Authorization: <api-key>'
{
"total": 123,
"limit": 123,
"offset": 123,
"data": [
{
"id": "<string>",
"campaignId": "<string>",
"refereeId": {},
"referrerId": "<string>",
"status": {},
"suspectedFrauds": [
{
"message": "<string>",
"type": "<string>"
}
],
"organizationId": "<string>",
"applicationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}