Step 2: Generate an API Endpoint URL

Next, you need to Generate an API Endpoint URL that you can POST your data to.

To do this, click Generate URL. In the modal, enter a name for your Connector and click Save. You will then see an API Endpoint URL generate.

Push to API

Click Generate URL to automatically create a new app with Read/Write permission on the /connectors API endpoint.

generate api url

Once you click Generate URL, you will be shown a new URL (with a correctly permissioned API Key!) that you can use to POST data to this new Connector.

Feedback