User

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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.