cURL
curl --request GET \ --url https://api.getmembrane.com/connectors/{idOrKey}/export-files \ --header 'Authorization: Bearer <token>'
{ "jobId": "<string>", "accessKey": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The job id and access key
Was this page helpful?