cURL
curl --request GET \ --url https://api.getmembrane.com/connections/{id}/export \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "meta": {}, "authOptionKey": "<string>", "key": "<string>", "integrationUuid": "<string>", "connectorUuid": "<string>", "externalAppUuid": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
1 - 100
Was this page helpful?