cURL
curl --request GET \ --url https://api.getmembrane.com/connectors/{idOrKey}/download \ --header 'Authorization: Bearer <token>'
{ "data": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Connector zip file
Binary file content
Was this page helpful?