Get Favourites

Get Favourites

GET /game-service/v1/forefront/casino-games/favorite

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

page

number

Page of the results

per_page

number

Elements per page

with_provider

bool

With provider

is_mobile

bool optional

Get mobile games

is_desktop

bool optional

Get desktop games

Response

{
    "data": [
        {
            "uuid": "e0ac0c97-423f-4a4b-878f-fc24ff039b1e",
            "title": "Ra’s Expansion",
            "image": "https://cdn.softswiss.net/i/s3/reevo/RasExpansion.png",
            "is_mobile": true,
            "has_free_spins": false,
            "is_favorite": true
        },
        {
            "uuid": "7131219d-9f80-46b0-abbe-5f07e78e9e2f",
            "title": "Reel Fortune",
            "image": "https://cdn.softswiss.net/i/s3/reevo/ReelFortune.png",
            "is_mobile": true,
            "has_free_spins": false,
            "is_favorite": true
        },
        {
            "uuid": "0ff14fbe-f7cc-4d07-9121-dc22641a4206",
            "title": "Nards Classic",
            "image": "https://cdn.sprutgaming.com/dev/01JS27VFC2JN081Y88JQECQH5T.png",
            "is_mobile": false,
            "has_free_spins": false,
            "is_favorite": true
        }
    ],
    "links": {
        "first": "http://localhost:8000/game-service/v1/forefront/casino-games/favorite?page=1",
        "last": "http://localhost:8000/game-service/v1/forefront/casino-games/favorite?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "http://localhost:8000/game-service/v1/forefront/casino-games/favorite?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "http://localhost:8000/game-service/v1/forefront/casino-games/favorite",
        "per_page": 25,
        "to": 3,
        "total": 3
    }
}

Last updated