cURL
curl --request POST \ --url https://api.getmembrane.com/connections/{id}/data/{dataCollectionKey}/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fields": {}, "parameters": {} } '
{ "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Data Collection parameters
Show child attributes
Was this page helpful?