Skip to content

Instantly share code, notes, and snippets.

@Cynosphere
Created June 25, 2018 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cynosphere/4a8ad8b4572c7d4181cd6c8f466a4c96 to your computer and use it in GitHub Desktop.
Save Cynosphere/4a8ad8b4572c7d4181cd6c8f466a4c96 to your computer and use it in GitHub Desktop.
All Discord Endpoints [Client Stored] (06-24-2018)
{
"USER_ACTIVITY_STATISTICS": "/users/@me/activities/statistics/applications",
"ACTIVITIES": "/activities",
"LOBBIES": "/lobbies",
"LOBBY_SEARCH": "/lobbies/search",
"USER_GAMES_NOTIFICATIONS": "/users/@me/settings/game-notifications",
"USER_GAMES_NOTIFICATIONS_OVERRIDES": "/users/@me/settings/game-notifications/overrides",
"UNVERIFIED_APPLICATIONS": "/unverified-applications",
"UNVERIFIED_APPLICATIONS_ICONS": "/unverified-applications/icons",
"GAME_NEWS": "/game-news",
"GUILDS": "/guilds",
"CHANNELS": "/channels",
"FRIEND_SUGGESTIONS": "/friend-suggestions",
"TUTORIAL": "/tutorial",
"TUTORIAL_INDICATORS": "/tutorial/indicators",
"USERS": "/users",
"ME": "/users/@me",
"DELETE_ACCOUNT": "/users/@me/delete",
"DISABLE_ACCOUNT": "/users/@me/disable",
"DEVICES": "/users/@me/devices",
"SETTINGS": "/users/@me/settings",
"SETTINGS_CONSENT": "/users/@me/consent",
"PHONE": "/users/@me/phone",
"VERIFY_PHONE": "/users/@me/phone/verify",
"CONNECTIONS": "/users/@me/connections",
"NOTES": "/users/@me/notes",
"MENTIONS": "/users/@me/mentions",
"CAPTCHA": "/users/@me/captcha/verify",
"EXPERIMENTS": "/experiments",
"LOGIN": "/auth/login",
"LOGIN_MFA": "/auth/mfa/totp",
"LOGIN_SMS": "/auth/mfa/sms",
"LOGIN_SMS_SEND": "/auth/mfa/sms/send",
"LOGOUT": "/auth/logout",
"REGISTER": "/auth/register",
"INVITE": "/invite",
"TRACK": "/science",
"SSO": "/sso",
"VERIFY": "/auth/verify",
"AUTHORIZE_IP": "/auth/authorize-ip",
"VERIFY_RESEND": "/auth/verify/resend",
"FORGOT_PASSWORD": "/auth/forgot",
"RESET_PASSWORD": "/auth/reset",
"ICE": "/voice/ice",
"REPORT": "/report",
"INTEGRATIONS": "/integrations",
"GATEWAY": "/gateway",
"USER_FEED_SETTINGS": "/users/@me/feed/settings",
"APPLICATIONS": "/applications",
"OAUTH2_AUTHORIZE": "/oauth2/authorize",
"OAUTH2_AUTHORIZE_WEBHOOK_CHANNELS": "/oauth2/authorize/webhook-channels",
"OAUTH2_CURRENT_AUTH": "/oauth2/@me",
"OAUTH2_RPC_TOKEN": "/oauth2/token/rpc",
"OAUTH2_TOKENS": "/oauth2/tokens",
"OAUTH2_WHITELIST_ACCEPT": "/oauth2/whitelist/accept",
"MFA_TOTP_ENABLE": "/users/@me/mfa/totp/enable",
"MFA_TOTP_DISABLE": "/users/@me/mfa/totp/disable",
"MFA_SMS_ENABLE": "/users/@me/mfa/sms/enable",
"MFA_SMS_DISABLE": "/users/@me/mfa/sms/disable",
"MFA_CODES": "/users/@me/mfa/codes",
"MOBILE_TEXT_LINK": "/download/sms",
"DISABLE_EMAIL_NOTIFICATIONS": "/users/disable-email-notifications",
"BILLING": "/users/@me/billing",
"BILLING_PREMIUM_SUBSCRIPTION": "/users/@me/billing/premium-subscription",
"BILLING_PAYMENT_SOURCE": "/users/@me/billing/payment-source",
"BILLING_HISTORY": "/users/@me/billing/payments",
"BILLING_BRAINTREE_POPUP_BRIDGE": "/billing/braintree/popup-bridge",
"BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK": "/billing/braintree/popup-bridge/callback",
"USER_AGREEMENTS": "/users/@me/agreements",
"HANDOFF": "/auth/handoff",
"HANDOFF_EXCHANGE": "/auth/handoff/exchange",
"RTC_QUALITY_REPORT": "/rtc/quality-report",
"LIBRARY_APPLICATIONS": "/users/@me/library",
"LIBRARY_APPLICATION_IMPORT": "/users/@me/library/import",
"AUTH_CONSENT_REQUIRED": "/auth/consent-required",
"USER_HARVEST": "/users/@me/harvest"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment