GET
/
api
/
client
/
account
cURL
curl --request GET \
  --url http://dash.hostza.org/api/client/account \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "admin": true,
  "username": "hostza",
  "email": "team@hostza.app",
  "first_name": "Hostza",
  "last_name": "App",
  "language": "en"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Resposta

The response is of type any.