cURL
curl --request GET \ --url https://api.vexelia.com/users/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Your API key goes here, you can generate one in your account settings.
The users data was returned
Generic response that most responses inherit or return on an API endpoint
Whether the operation was successful
The optional message given by the operation
The standard user of Vexelia, contains nodes and other IDs
Show child attributes