const options = { method: 'GET', headers: {'x-api-key': '<api-key>', 'x-api-secret': '<api-key>'} }; fetch('https://api.runmorph.dev/v1/connections/{connectorId}/{ownerId}', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
{ "object": "connection", "connectorId": "<string>", "ownerId": "<string>", "operations": [ "<string>" ], "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
hubspot
pipedrive
salesforce
aircall
gong
attio
dialpad
calendly
OK
The response is of type object.
object