Xtrempay Api Documentation
Authorization: Bearer ********************
{
"title": "Weekly Trivia",
"prizeAmount": 5000,
"startTime": "2025-08-01T19:11:33.531Z",
"endTime": "2025-08-02T23:11:33.531Z",
"questionType": 2,
"questionCount": 15,
"numberOfWinners": 10,
"sharingFormula": "PROPORTIONAL"
}
curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/gaming/admin/trivia/challenges' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Weekly Trivia",
"prizeAmount": 5000,
"startTime": "2025-08-01T19:11:33.531Z",
"endTime": "2025-08-02T23:11:33.531Z",
"questionType": 2,
"questionCount": 15,
"numberOfWinners": 10,
"sharingFormula": "PROPORTIONAL"
}'
{
"timestamp": "2025-07-09T20:32:20.773221",
"status": 201,
"success": true,
"message": "Trivia challenge created successfully",
"data": null
}