v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Teams

List teams

Returns a list of teams the authenticated user belongs to

get/teams

Response

Successful response

Example response

{
  "data": [
    {
      "id": 1,
      "name": "My Agency",
      "address": "123 Business St",
      "email": "info@myagency.com",
      "phone": "555-1234",
      "owner_id": 1,
      "active": true
    }
  ]
}