TuxoPay Docs
APIAuthentication

Get authenticated team

Get information about the currently authenticated team

GET
/user
Authorization<token>

Enter token in format (Bearer )

In: header

Response Body

curl -X GET "https://orchestrator.tuxopay.com/api/user"
{
  "team": {
    "id": 1,
    "name": "My Company",
    "description": "Company description"
  }
}
{
  "message": "Unauthenticated."
}