Skip to main content
How to generate an API token in Runn?
Tony Rule avatar
Written by Tony Rule
Updated over a week ago

Admin user only

Only Admin users can generate API tokens. You can do this via the “Settings > API” screen. Each token can have read or write scopes, has an optional expiry date and is tied to a specific account (not a user).

Before you take on the following steps, please make sure you have the right level of permission.

Use your test account

Runn has a neat feature called the "Test Account," which allows you to safely experiment on a copy of your Runn account.

We strongly recommend testing any integration in your test account first. If anything goes wrong in the integration, you can reload the data and test again, while all the data in your live account remain intact.

Switch to your test account

  1. Click on your profile icon in the top-right corner

  2. Selecting Switch to test account

  3. Copy live data on the top purple banner to copy all the data from your live account into your test account.


Creating a Runn API Token

  1. Click on your profile icon in the top-right corner

  2. ClickSettings

  3. Click API

  4. Click Create API Token and confirm your read, write, expiry settings.

  5. Your new API token is only shown once when it is generated.

  6. You can also revoke access to the token from this screen.



You can tell if your API token is for your test account because it will start with TEST_.

You use an API token with your live account, switch back to your live Runn account and generate an API token there. You will know you are using a live API token if it starts with LIVE_.

See the Runn Developer Center to learn how to use the Runn API with your account.

Did this answer your question?