Responses

GET /v1/client/promotions/progress/{goalId}
curl \
 -X GET https://api.bitlabs.ai/v1/client/promotions/progress/{goalId} \
 -H "X-Api-Token: $API_KEY" \
 -H "X-User-Id: $API_KEY"
Response examples (200)
{
  "data": {
    "goal_id": "string",
    "survey_completions_needed": 42,
    "surveys_completed": 42,
    "reward_usd": "1.23",
    "reward_currency": "123.00",
    "completed_at": "2024-05-04T09:42:00+00:00"
  }
}