Gets the list of teams underneath a company based on the authenticated account.


HTTP

GET https://www.squidalerts.com/api/teams


Response

JSON

[
    {
        "id": "b3423bad-ab7d-4ef7-985d-4ce216f6fd5f",
        "name": "Support",
        "alertingEmail": "support.mycompany@mail.squidalerts.com"
    },
    {
        "id": "e07f79c5-2e5c-4627-b68c-206d56b4ae5e",
        "name": "Level 2",
        "alertingEmail": "level-2.mycompany@mail.squidalerts.com"
    }
]