Sort Me API
  • 👋Sort Me Documentation
  • API Methods
    • ⚰️Problems
    • 🚲Submissions
    • 🏆Contests
    • 📚Archives
    • ❤️Users
    • 🛰️Websocket
      • /listenSubmission
      • /contestEvents
    • 👾Miscellaneous
  • Tricky moments
    • 🛂Account limits
    • 🔑Authorization
    • 🗃️Pagination
    • 🈂️Localization
    • 🖼️Images
Powered by GitBook
On this page
  1. Tricky moments

Authorization

Last updated 1 year ago

Many methods in Sort Me API can be called in guest mode, but some always require you to obtain an access token. Such methods are marked as .

If you want to retrieve key for your API, follow this steps:

  1. Tap on your profile picture/nickname on the left top of page

  2. Click on "Settings", then "API Keys"

  3. Set token parameters and click "Create"

  4. Here is your token. It is shown only once, so copy and save it right now!

Now, just include your token in query in Authorization HTTP header:

Authorization: Bearer <token>

Please keep in mind that API tokens are slightly more restricted than tokens of real web users. If you experience issues with it or need fully unrestricted token without rate limits, contact us: .

🔑
🔑
Authorization required
guys@sort-me.org