Links

Authenticating

Generating an Access Token through the UI

To get your Access Token go to the Account > Authorization part of your Tenderly dashboard (link) and click on Generate Access Token.

Authenticating with the Access Token

When making API requests add the X-Access-Key header with the value {{token}}.

Revoking an existing Access Token

Link: https://api.tenderly.co/api/v1/user/token/{{token}}
Request Type: DELETE
Payload: No Payload