Teams
Show teams
GET https://SUB_DOMAIN.hugery.com/api/external/v1/teams
Query Parameters
Name
Type
Description
view
string
Possible values are: "enabled", "disabled".
{
    "status": 200,
    "data": [
        {
            "id": "a7a76a50-8a4c-4a29-8799-4aeb0164f15f",
            "title": "Default",
            "color": "#000",
            "createdAt": 1586213041,
            "updatedAt": 1586213041,
            "restoredAt": null,
            "deletedAt": null
        }
    ]
}Last updated
Was this helpful?
