APIAuthenticationGet available teams Get list of teams a user can create tokens for POST/auth/teamsSendServer URLBodyRequest Bodyapplication/jsonRequiredemailRequiredstringFormat: "email"passwordRequiredstringcURLJavaScriptGoPythoncurl -X POST "https://orchestrator.tuxopay.com/api/auth/teams" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "password" }'200422Teams retrieved successfullyResponse{ "teams": [ { "id": 1, "name": "My Company" } ] }TypeScriptGet authenticated teamPrevious PageInitiate payment with flowNext Page