cURL
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$" } ] }
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
List of SFTP connectors
2
null
Show child attributes