cURL
curl --request GET \ --url https://engine.remyx.ai/api/v1.0/user \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "username": "<string>", "email": "<string>" }
Retrieves the profile of the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object