v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBUser
Get the progress of a goal
Get Promotion Progress returns the progress of the user for the given goal.
get/v1/client/promotions/progress/{goalId}
Path parameters
goalIdstring required
Response
OK
Example response
{
"data": {
"reward_usd": "1.23",
"reward_currency": "123.00"
}
}