ZED RUN API
  • Introduction
  • Getting Started
    • GraphQL
    • GraphQL Client
    • API keys
    • Error codes
  • Racing
    • getRaceResults
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

API keys

In order to access our API, you should receive API keys.

PreviousGraphQL ClientNextError codes

Last updated 4 years ago

Was this helpful?

  1. Log in to your ZED account

    • if you don't have a ZED account, please go to:

  2. Open Developer Tools in your browser:

    • Firefox:

    • Chrome:

  3. Select Console tab

  4. Run the following command in Console:

    localStorage.getItem("jwt").split(",")[0].split(":")[1].split("}")[0]
  5. Select the string and copy the result to the clipboard

This key will expire once your login session expires. We're working on providing the key that will last much longer.

We know this is not the ideal way of getting your developer secret but we wanted to share our documentation sooner rather than later. There's good news:

We plan to provide API keys in the Settings section but for now we will ask you retrieve it manually.

https://zed.run/home/start
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
https://developers.google.com/web/tools/chrome-devtools/open