Get promotion progress
Get Promotion Progress returns the progress of the user for the given goal.
GET
/v1/client/promotions/progress/{goalId}
curl \
--request GET https://api.bitlabs.ai/v1/client/promotions/progress/{goalId} \
--header "X-Api-Token: $API_KEY" \
--header "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": "2025-05-04T09:42:00+00:00"
}
}