Examples of API calls

Get a list of your services

GET https://backend.panel.bytehosting.cloud/v1/service/list?token=yourtoken

[
    {
        "id": "b40d33db-6b5d-4389-93a4-3b95fa3bdee8",
        "name": null,
        "price": 0,
        "deletedone": 0,
        "productid": 4,
        "expire_at": 1681650792,
        "delete_at": 0,
        "created_on": 1679055192,
        "emaildelete1day": 0,
        "emailexpire7days": 0,
        "emailexpire3days": 0,
        "emailexpire1day": 0,
        "preorder": 0,
        "locked": 0,
        "lockreason": null,
        "affiliateid": null,
        "attacknotify": 0,
        "productdisplay": "Gameserver",
        "addonlist": []
    }
]

Last updated