Get authenticated user
Find yourself they say. That's what you can do here.
AuthorizationBasic <token>
Basic HTTP authentication
In: header
Response Body
curl -X GET "https://example.com/me"{ "id": 1, "name": "Marc"}
FumadocsFind yourself they say. That's what you can do here.
Basic HTTP authentication
In: header
curl -X GET "https://example.com/me"{ "id": 1, "name": "Marc"}