Skip to main content

URL
https://test-api.bvndle.com/api/v1/laas/special-campaigns/:id/participants
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
GET
Authorization Header
Bearer ACCESS_TOKEN

Query Parameters:
nametypeDescription
searchstringOptional
startDatedateOptional
endDatedateOptional
eventTypestringOptional
the type of the event

cURL
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/special-campaigns/34d48345-18ab-4ba0-b9b7-07a7bf767666/participants' \
--header 'Content-Type: application/json' \

{
  "status": "success",
  "message": "data returned",
  "data": {
    "data": [
      {
        "id": "0d51dddb-89c3-4312-9fc1-b60c73eac086",
        "user": {
          "id": "4d86fdff-f3f6-4792-8c81-ef44feac1ba7",
          "userId": "02731314-e354-418a-8c7f-6f4b3a1ead6d",
          "partner": {},
          "userData": null,
          "createdAt": "2025-03-25T21:11:38.149Z",
          "updatedAt": "2025-08-13T23:24:56.492Z",
          "tier": {}
        },
        "specialCampaign": {},
        "eventType": "spinWheel",
        "status": "completed",
        "reward": 200,
        "rewardType": "coin",
        "createdAt": "2025-10-17T21:25:09.609Z",
        "updatedAt": "2025-10-17T21:25:09.609Z"
      },
      {
        "id": "b420078c-98c4-48fe-a094-96f86d3edbe6",
        "user": {
          "id": "4d86fdff-f3f6-4792-8c81-ef44feac1ba7",
          "userId": "02731314-e354-418a-8c7f-6f4b3a1ead6d",
          "partner": {},
          "userData": null,
          "createdAt": "2025-03-25T21:11:38.149Z",
          "updatedAt": "2025-08-13T23:24:56.492Z",
          "tier": {}
        },
        "specialCampaign": {},
        "eventType": "mission",
        "status": "completed",
        "reward": 1,
        "rewardType": null,
        "createdAt": "2025-10-17T20:50:43.373Z",
        "updatedAt": "2025-10-17T20:51:01.353Z"
      },
      {
        "id": "83234b51-ef81-4db9-b332-d44c365814ed",
        "user": {
          "id": "4d86fdff-f3f6-4792-8c81-ef44feac1ba7",
          "userId": "02731314-e354-418a-8c7f-6f4b3a1ead6d",
          "partner": {},
          "userData": null,
          "createdAt": "2025-03-25T21:11:38.149Z",
          "updatedAt": "2025-08-13T23:24:56.492Z",
          "tier": {}
        },
        "specialCampaign": {},
        "eventType": "mission",
        "status": "completed",
        "reward": 1,
        "rewardType": null,
        "createdAt": "2025-10-17T20:07:35.400Z",
        "updatedAt": "2025-10-17T20:43:27.395Z"
      }
    ],
    "count": 3,
    "currentpage": 1,
    "nextpage": null,
    "prevpage": null,
    "lastpage": 1
  }
}