Making requests to n8n rest endpoints

Hi there!

We have been using the endpoint rest/executions/{{EXECUTION_ID}}/retry to retry workflows using our own internal tools.

Since recent versions those endpoints require authentication. I could not find documentation on how to authenticate the requests so they are accepted, do you have such documentation? Any tips on how to achieve this?

Thanks!

Take a look at this. You’ll need to provide a JWT token now too

2 Likes

Thanks man! This helped me a lot. :pray:

1 Like