Skip to content

Instantly share code, notes, and snippets.

@Cynosphere
Created October 6, 2019 22:09
Show Gist options
  • Save Cynosphere/3ec91bd7aa45f1204255b74bb95f71df to your computer and use it in GitHub Desktop.
Save Cynosphere/3ec91bd7aa45f1204255b74bb95f71df to your computer and use it in GitHub Desktop.
Discord Endpoints (strings only | Oct 6, 2019)
{
"ACTIVITIES": "/activities",
"APPLICATIONS_DETECTABLE": "/applications/detectable",
"APPLICATIONS_PUBLIC": "/applications/public",
"APPLICATIONS_TRENDING": "/applications/trending/global",
"APPLICATION_BRANCHES": "/branches",
"APPLICATION_NEWS": "/application-news",
"AUTHORIZE_IP": "/auth/authorize-ip",
"AUTH_CONSENT_REQUIRED": "/auth/consent-required",
"BILLING_APPLY_APPLE_RECEIPT": "/billing/apple/apply-receipt",
"BILLING_BRAINTREE_POPUP_BRIDGE": "/billing/braintree/popup-bridge",
"BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK": "/billing/braintree/popup-bridge/callback",
"BILLING_PAYMENTS": "/users/@me/billing/payments",
"BILLING_PAYMENT_SOURCES": "/users/@me/billing/payment-sources",
"BILLING_STRIPE_SETUP_INTENT_SECRET": "/users/@me/billing/stripe/setup-intents",
"BILLING_SUBSCRIPTIONS": "/users/@me/billing/subscriptions",
"BULK_ACK": "/read-states/ack-bulk",
"CAPTCHA": "/users/@me/captcha/verify",
"CHANNELS": "/channels",
"CONNECTIONS": "/users/@me/connections",
"DELETE_ACCOUNT": "/users/@me/delete",
"DEVICES": "/users/@me/devices",
"DISABLE_ACCOUNT": "/users/@me/disable",
"DISABLE_EMAIL_NOTIFICATIONS": "/users/disable-email-notifications",
"ENTITLEMENTS_GIFTABLE": "/users/@me/entitlements/gifts",
"EXPERIMENTS": "/experiments",
"FORGOT_PASSWORD": "/auth/forgot",
"GATEWAY": "/gateway",
"GIFS_SEARCH": "/gifs/search",
"GIFS_SELECT": "/gifs/select",
"GIFS_SUGGEST": "/gifs/suggest",
"GIFS_TRENDING": "/gifs/trending",
"GIFS_TRENDING_GIFS": "/gifs/trending-gifs",
"GUILDS": "/guilds",
"GUILD_DISCOVERY": "/discoverable-guilds",
"GUILD_PREMIUM_SUBSCRIPTION_COOLDOWN": "/users/@me/guilds/premium/subscriptions/cooldown",
"HANDOFF": "/auth/handoff",
"HANDOFF_EXCHANGE": "/auth/handoff/exchange",
"HYPESQUAD_ONLINE": "/hypesquad/online",
"ICE": "/voice/ice",
"INTEGRATIONS": "/integrations",
"LIBRARY": "/users/@me/library",
"LOBBIES": "/lobbies",
"LOBBY_SEARCH": "/lobbies/search",
"LOGIN": "/auth/login",
"LOGIN_MFA": "/auth/mfa/totp",
"LOGIN_SMS": "/auth/mfa/sms",
"LOGIN_SMS_SEND": "/auth/mfa/sms/send",
"LOGOUT": "/auth/logout",
"ME": "/users/@me",
"MENTIONS": "/users/@me/mentions",
"MFA_CODES": "/users/@me/mfa/codes",
"MFA_SMS_DISABLE": "/users/@me/mfa/sms/disable",
"MFA_SMS_ENABLE": "/users/@me/mfa/sms/enable",
"MFA_TOTP_DISABLE": "/users/@me/mfa/totp/disable",
"MFA_TOTP_ENABLE": "/users/@me/mfa/totp/enable",
"NETWORKING_TOKEN": "/networking/token",
"NOTES": "/users/@me/notes",
"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",
"PHONE": "/users/@me/phone",
"PROMOTIONS": "/promotions",
"PROMOTION_ACK": "/promotions/ack",
"REGISTER": "/auth/register",
"REPORT": "/report",
"RESET_PASSWORD": "/auth/reset",
"SETTINGS": "/users/@me/settings",
"SETTINGS_CONSENT": "/users/@me/consent",
"SSO": "/sso",
"STORE_PUBLISHED_LISTINGS_APPLICATIONS": "/store/published-listings/applications",
"STORE_PUBLISHED_LISTINGS_SKUS": "/store/published-listings/skus",
"TRACK": "/science",
"TUTORIAL": "/tutorial",
"TUTORIAL_INDICATORS": "/tutorial/indicators",
"TUTORIAL_INDICATORS_SUPPRESS": "/tutorial/indicators/suppress",
"UNVERIFIED_APPLICATIONS": "/unverified-applications",
"UNVERIFIED_APPLICATIONS_ICONS": "/unverified-applications/icons",
"USERS": "/users",
"USER_ACTIVITY_STATISTICS": "/users/@me/activities/statistics/applications",
"USER_AGREEMENTS": "/users/@me/agreements",
"USER_FEED_SETTINGS": "/users/@me/feed/settings",
"USER_FEED_SETTINGS_UNSUBSCRIBED_USERS": "/users/@me/feed/unsubscribed_users",
"USER_GAMES_NOTIFICATIONS": "/users/@me/settings/game-notifications",
"USER_GAMES_NOTIFICATIONS_OVERRIDES": "/users/@me/settings/game-notifications/overrides",
"USER_GIFT_CODES": "/users/@me/entitlements/gift-codes",
"USER_GIFT_CODE_CREATE": "/users/@me/entitlements/gift-codes",
"USER_GUILD_PREMIUM_SUBSCRIPTIONS": "/users/@me/guilds/premium/subscriptions",
"USER_HARVEST": "/users/@me/harvest",
"VERIFY": "/auth/verify",
"VERIFY_PHONE": "/users/@me/phone/verify",
"VERIFY_RESEND": "/auth/verify/resend",
"VOICE_DEBUG_FILE": "/voice/debug-file"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment