curl 'https://api.pipedream.com/v1/orgs/o_abc123/sources' \ -H 'Authorization: Bearer <token>'
{ "page_info": { "total_count": 19, "count": 10, "start_cursor": "ZGNfSzB1QWVl", "end_cursor": "ZGNfeUx1alJx" }, "data": [ { "id": "dc_abc123", "component_id": "sc_def456", "configured_props": { "http": { "endpoint_url": "https://myendpoint.m.pipedream.net" } }, "active": true, "created_at": 1587679599, "updated_at": 1587764467, "name": "test", "name_slug": "test" } ] }
Documentation IndexFetch the complete documentation index at: https://pipedream.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /orgs/<org_id>/sources
Was this page helpful?
Suggestions