GET
/
users
/
me
curl --request GET \
  --url https://sandbox.prezio.eu/api/users/me/ \
  --header 'Authorization: <api-key>'
{
  "username": "<string>",
  "name": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Response

200 - application/json

The response is of type object.