# Get List of Teams for an Agent **POST /teams** 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. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ## Responses ### 200 Team list returned successfully #### Body: application/json (array[object]) - **teamId** (string) - **name** (string) - **address** (string) - **created** (string(date-time)) ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)