Authenticating
To get your Access Token go to the Account > Authorization part of your Tenderly dashboard (link) and click on Generate Access Token.
When making API requests add the
X-Access-Key
header with the value {{token}}
.Link:
https://api.tenderly.co/api/v1/user/token/{{token}}
Request Type:
DELETE
Payload: No Payload
Last modified 1yr ago