Hugery.com
Help Center
Help Center
  • 🏠About product
  • 🏁Getting started
  • 🌟What's new?
  • Cases
    • Filter cases
    • Bulk actions
    • Routing
  • Contacts
    • Contact list
  • Workspace
    • Invite members
  • Account
    • Notifications
  • Channels
    • WhatsApp Business
    • Channel capabilities
  • For Developers
    • API
      • Cases
      • Team Members
      • Webhooks
      • Files
      • Roles
      • Teams
Powered by GitBook
On this page

Was this helpful?

  1. For Developers
  2. API

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
        }
    ]
}
PreviousRoles

Last updated 5 years ago

Was this helpful?