Get Progression Tiers
GET
https://api.lootlocker.io/server/progressions/{progression_key}/tiers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/progressions//tiers?after=0' \
--header 'x-auth-token;'
Response Response Example
{
"pagination": {
"next_cursor": "string",
"previous_cursor": "string",
"total": 0
},
"items": [
{
"rewards": {
"progression_points_rewards": [
{
"progression_key": "string",
"progression_name": "string",
"amount": 0
}
],
"progression_reset_rewards": [
{
"progression_key": "string",
"progression_name": "string"
}
],
"asset_rewards": [
{
"asset_variation_id": 0,
"asset_rental_option_id": 0,
"asset_id": 0
}
],
"currency_rewards": [
{
"amount": "string",
"currency_name": "string",
"currency_code": "string"
}
]
},
"step": 0,
"points_threshold": 0
}
]
}
Request
Path Params
progression_key
stringÂ
required
Query Params
after
stringÂ
required
Example:
0
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Responses
Modified at 2025-04-07 14:01:23