Get Section By Id
Get Section By Id
GET
/game-service/v1/forefront/section/{section_id}
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
with_games
bool
Get with games
Response
{
"data": {
"id": "559d1aa8-4db9-4e63-a4fc-6c2db789c3ec",
"title": "Jackpot",
"available": true,
"sidebar_color": "#c72020",
"menu_color": "#b38787",
"order": 1,
"created_at": "2025-04-11T09:40:17.000000Z",
"sidebar_icon": {
"name": "ChatGPT Image Mar 26, 2025, 12_39_56 PM",
"file_name": "01JRJ3JFXHKKR4BX4ES8R4NJMB.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/3/01JRJ3JFXHKKR4BX4ES8R4NJMB.png",
"custom_properties": []
},
"menu_icon": {
"name": "ChatGPT Image Mar 26, 2025, 12_39_56 PM",
"file_name": "01JRJ3JGQBS5P5M63DFY5B3FAR.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/4/01JRJ3JGQBS5P5M63DFY5B3FAR.png",
"custom_properties": []
},
"games": [
{
"uuid": "7870f1ca-e6a4-4090-936d-baa852464170",
"title": "Astro Reels",
"image": "https://cdn.softswiss.net/i/s3/reevo/AstroReels.png",
"is_mobile": true,
"has_free_spins": false,
"provider": {
"id": "a29bc7f4-852f-48a4-ba83-aa61c53b48db",
"title": "softswiss"
}
},
{
"uuid": "5ae10184-cf0e-4583-be6a-0d40aa366383",
"title": "Baccarat",
"image": "https://cdn.softswiss.net/i/s3/reevo/Baccarat1.png",
"is_mobile": true,
"has_free_spins": false,
"provider": {
"id": "a29bc7f4-852f-48a4-ba83-aa61c53b48db",
"title": "softswiss"
}
},
{
"uuid": "7a7f000f-53b3-4a20-be23-b165bba1b8fa",
"title": "Blackjack",
"image": "https://cdn.softswiss.net/i/s3/reevo/Blackjack.png",
"is_mobile": false,
"has_free_spins": false,
"provider": {
"id": "a29bc7f4-852f-48a4-ba83-aa61c53b48db",
"title": "softswiss"
}
},
{
"uuid": "d6530b47-40b7-4ba7-8c10-ebc25c76cdfd",
"title": "Blue Beard’s Chest",
"image": "https://cdn.softswiss.net/i/s3/reevo/BlueBeardsChest.png",
"is_mobile": true,
"has_free_spins": false,
"provider": {
"id": "a29bc7f4-852f-48a4-ba83-aa61c53b48db",
"title": "softswiss"
}
}
]
}
}
{
"error": "Invalid request"
}
Last updated