All Collections
Integrations
Other applications
How to get a temporary access token
How to get a temporary access token

Learn how to easily test the API

Charlie Pinker avatar
Written by Charlie Pinker
Updated over a week ago

If you are interested in using our API, you might like to try it out before embarking on a lot of development effort.

You can try out the API by using the temporary access token generated by Dash when you log in, which lasts for 24 hours.

How to obtain your 24 hours access token

If you are using Chrome

  1. Log in to Dash using a supported browser

  2. Right-click the page and click "Inspect"

  3. In the tab that appears, click "Application" (it may be hidden)

  4. In the "Storage" section of the sidebar, navigate to the row with your Dash URL shown, and then click "access_token" in the pane to the right.

  5. Double-click the value

  6. Copy the text

If you are using Safari

  1. Log in to Dash using a supported browser

  2. Right-click the page click "Show page source"

  3. Click "Storage" in the tab bar at the top of the pane that appears

  4. Click "Local storage" in the pane below

  5. Locate the row "access_token"

  6. Double-click the access token value

  7. Copy the text

Did this answer your question?