Authentication
The API uses Bearer Authentication via HTTP headers, secured over TLS network connections.
curl -H 'Authorization: Bearer <token>' ...
API tokens are generated through the Runn application, via “Settings > API”. Only administrators in your Runn account can generate them.
Each token can have read or write scopes, an optional expiry and is tied to a specific account (not a user).
Updated 3 months ago