OAuth2-specific
Get current user info
Returns detailed information about the currently authenticated user. Requires an OAuth2 access token (Bearer header).
get/api/v1/authenticated/me
Response
successful
Example response
{
"id": 42,
"emails": [
"orpheus@hackclub.com"
],
"slack_id": "U0266FRGP",
"github_username": "orpheus",
"trust_factor": {
"trust_level": "blue"
}
}