API keys

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

  1. Log in to your ZED account

  2. Select Console tab

  3. Run the following command in Console:

    localStorage.getItem("jwt").split(",")[0].split(":")[1].split("}")[0]
  4. 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.

Last updated