Users

Get user data

GET
/api/me
AuthorizationBearer <token>

In: header

Response Body

Examples

curl -X GET "https://api.piktid.com/api/me"
{
  "username": "string",
  "email": "string",
  "password": "string",
  "name": "string",
  "surname": "string",
  "affiliation": "string",
  "credits": "string",
  "verified": "st",
  "contract": "string",
  "app_name": "string"
}
Empty