cURL
curl --request GET \ --url https://api.edgee.app/v1/users/me \ --header 'Authorization: Bearer <token>'
{ "object": "user", "id": "<string>", "email": "<string>", "name": "<string>", "avatar_url": "<string>", "created_at": "2022-03-01T00:00:00Z", "updated_at": "2022-03-01T00:00:00Z", "roles": {} }
Retrieves my current User object.
Show child attributes
Was this page helpful?