Xtrempay Api Documentation
Authorization: ********************curl --location --request GET 'https://mock.apidog.com/m1/918700-0-default/1/prize-tiers' \
--header 'Authorization: Bearer <token>'{
"timestamp": "2024-01-15T10:30:00Z",
"status": 200,
"success": true,
"message": "Prize tiers retrieved successfully",
"data": [
{
"id": 1,
"challengeId": 1,
"tierName": "Gold",
"tierOrder": 1,
"startPosition": 1,
"endPosition": 3,
"prizeAmount": 3000,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
},
{
"id": 2,
"challengeId": 1,
"tierName": "Silver",
"tierOrder": 2,
"startPosition": 4,
"endPosition": 10,
"prizeAmount": 1500,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
]
}