Returns the list of teams the authenticated agent belongs to. A team may be a standalone team or a brokerage team. Returns an empty response if the agent is not part of any team.
POST
/teams
curl \
--request POST 'https://ws.zipformplus.com/api/teams' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
[
{
"teamId": "string",
"name": "string",
"address": "string",
"created": "2026-05-04T09:42:00Z"
}
]