JavaScript
const options = { method: 'GET', headers: {'x-api-key': '<api-key>', 'x-api-secret': '<api-key>'} }; fetch('https://api.runmorph.dev/v1/connections', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "data": [ { "connectorId": "<string>", "ownerId": "<string>", "operations": [ "<string>" ], "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "object": "connection" } ], "next": "<string>", "object": "list" }
Query parameter that accepts a raw query string and auto-detects and parses emails, phone numbers (E.164), URLs, domains, and ISO dates
OK
Show child attributes