Polympics API Server
  • Authentication
  • List of API endpoints
  • Pagination
  • Permissions
  • Types of JSON object
Polympics API Server
  • »
  • Polympics API Docs
  • View page source

Polympics API DocsΒΆ

  • Authentication
    • App Credentials
    • User Session Credentials
  • List of API endpoints
    • Account-related endpoints
      • GET /accounts/signups
      • POST /acounts/new
      • [P] GET /accounts/search
      • PATCH /account/{account}
      • GET /account/{account}
      • DELETE /account/{account}
    • Team-related endpoints
      • POST /teams/new
      • [P] GET /teams/search
      • GET /team/{team}
      • PATCH /team/{team}
      • DELETE /team/{team}
    • Award-related endpoints
      • POST /awards/new
      • PATCH /award/{award}
      • GET /award/{award}
      • DELETE /award/{award}
      • PUT /account/{account}/award/{award}
      • DELETE /account/{account}/award/{award}
    • Callback-related endpoints
      • PUT /callback/{event}
      • DELETE /callback/{event}
      • GET /callback/{event}
      • GET /callbacks
    • Authentication-related endpoints
      • POST /auth/discord
      • POST /auth/create_session
      • POST /auth/reset_token
      • GET /auth/me
  • Pagination
  • Permissions
  • Types of JSON object
    • Account
    • Team
    • Award
    • Callback
    • Session
    • App
Next

© Copyright 2021, Artemis.

Built with Sphinx using a theme provided by Read the Docs.