APIAuthentication
Get available teams
Get list of teams a user can create tokens for
curl -X POST "https://orchestrator.tuxopay.com/api/auth/teams" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "password" }'
{
"teams": [
{
"id": 1,
"name": "My Company"
}
]
}
{
"message": "string",
"errors": {}
}