Skip to main content
GET
/
headless
/
sftp
/
connectors
List SFTP connectors
curl --request GET \
  --url https://app.dromo.io/api/v1/headless/sftp/connectors/ \
  --header 'X-Dromo-License-Key: <api-key>'
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "credentials": "ee5d0e45-b098-47bc-8217-e93790243dfa",
      "schema": "f9e8d7c6-b5a4-3210-9876-543210fedcba",
      "schedule": {
        "type": "every_n_minutes",
        "minutes": 15
      },
      "directory": "/uploads",
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "file_regex": ".*\\.csv$"
    }
  ]
}

Authorizations

X-Dromo-License-Key
string
header
required

This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.

Response

200 - application/json

List of SFTP connectors

count
integer
Example:

2

next
string | null
Example:

null

previous
string | null
Example:

null

results
object[]