GET
/
users
/
me
/
roles
curl --request GET \
  --url https://api.vexelia.com/users/me/roles \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Response

200
text/plain

The roles the current user is associated with

Generic response that most responses inherit or return on an API endpoint