TuxoPay Docs
APIAuthentication

Get authenticated team

Get information about the currently authenticated team

GET
/user

Authorization

Authorization<token>

Enter token in format (Bearer )

In: header

curl -X GET "https://orchestrator.tuxopay.com/api/user" \
  -H "Authorization: <token>"

Team information retrieved successfully

{
  "team": {
    "id": 1,
    "name": "My Company",
    "description": "Company description"
  }
}