Skip to main content

Use our API in n8n

In n8n you can use the 0Codekit Node or use our API directly. This is a how to use our API directly.

Our API docs are hosted here: https://scalar.0codekit.com/

To get access to our api just go to scalar and select the api you want to use.

Then make sure you select the dropdown option under Shell:Curl

Scalar Get Snippet

Copy the Curl command and open you n8n workflow.

Add a new HTTP node and open it.

On the top right click on import curl and paste the curl command from our api documation

n8n import curl command

After the import you just have to fill in the fields like your actual API key and body parameters.

n8n HTTP request

With that you are now directly connected to the 0CodeKit API 🎉