cURL
curl --request GET \ --url https://api.getmembrane.com/data-links \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "dataLinkTableInstanceId": "<string>", "externalRecordId": "<string>", "appRecordId": "<string>", "direction": "import" } ], "cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Maximum number of items to return (1-1000)
1 <= x <= 1000
Pagination cursor from a previous response
import
export
both
Show child attributes
Was this page helpful?