APIAuthentication
Get authenticated team
Get information about the currently authenticated team
curl -X GET "https://orchestrator.tuxopay.com/api/user"
{
"team": {
"id": 1,
"name": "My Company",
"description": "Company description"
}
}
{
"message": "Unauthenticated."
}