v4 (Latest)
cURL
curl --request GET \ --url https://api.ricardoneud.com/v4/oauth2/profile \ --header 'AccessToken: <api-key>'
200
example
{ "id": "123e4567-e89b-12d3-a456-426614174000", "username": "exampleuser", "name": "Example Name", "email": "exampleuser@gmail.com", "has_premium": "FALSE", "created_at": "2025-01-01T12:00:00.000Z", "updated_at": "2025-08-24T10:00:00.000Z", "deletion_requested_at": null}
This documentation will help you retrieve the profile of the authorized user using the received access token.
Was this page helpful?