Get Providers List
Get Providers List
GET
game-service/v1/forefront/casino-game-provider
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Params
Name
Type
Description
page
number optional
per_page
number optional
with_games
bool optional
Response
{
"data": [
{
"id": "86b2db8c-180f-46f9-bb1a-eedf6f2a022d",
"title": "Test",
"image": {
"name": "Screenshot from 2025-04-09 19-32-11",
"file_name": "01JRGD3YCZP54J7SJZ8TJCYJ3P.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/1/01JRGD3YCZP54J7SJZ8TJCYJ3P.png",
"custom_properties": []
},
"games": [
{
"uuid": "849576e7-1ab3-4396-bdfa-d6303602af02",
"title": "1 Million Fortunes Megaways",
"image": "https://cdn.softswiss.net/i/s3/1x2gaming/1MillionFortunesMegaways.png",
"is_mobile": true,
"has_free_spins": true
}
]
]
}
],
"links": {
"first": "http://212.2.234.227:9019/game-service/v1/forefront/casino-game-provider?page=1",
"last": "http://212.2.234.227:9019/game-service/v1/forefront/casino-game-provider?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://212.2.234.227:9019/game-service/v1/forefront/casino-game-provider?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://212.2.234.227:9019/game-service/v1/forefront/casino-game-provider",
"per_page": 25,
"to": 2,
"total": 2
}
}
{
"error": "Invalid request"
}
Last updated