Gets the remaining number of times the specified user can use the promotion within the limit applied.
User limit API allows you to limit the number of times users can use a promotion. For configuring the user limit itself, go to the Admin section of the desired promotion type:
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
promotion_id required | integer Promotion ID. Unique promotion identifier within the project. Example: 111425 |
Promotion limits for a user were successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "per_user": {
- "total": 10,
- "available": 9
}
}