GET /v1/connectors

Returns a list of connectors ordered by descending creation date (newer first). See 'Managing your Connector' for more information.

Servers

Request headers

Name Type Required Description
X-Client-Name String No

The name of the project that is making the request.

Query parameters

Name Type Required Description
limit Number No

Maximum number of connectors to return [0, 100].

Default value: 30

offset Number No

Number of connectors to skip before returning results [0, inf].

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.