cURL
curl --request POST \ --url https://api.getmembrane.com/data-link-tables/{idOrKey}/links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "direction": "import", "appRecordId": "<string>", "externalRecordId": "<string>" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
import
export
both
1 <= x <= 1000
Data link created successfully
Was this page helpful?