Sign in

Get current authorization information

documented

Return information about the current OAuth2 authorization.

GET /oauth2/@meOAuth2no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://discord.com/api/oauth2/@me" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get current authorization information · Discord · OpenIntegrations