cURL
curl --request POST \ --url https://api.getmembrane.com/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form dryRun=false
{ "jobId": "<string>", "accessKey": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Membrane workspace zip file
Dry run import to see what changes would be made
The job id and access key
Was this page helpful?