cURL
curl --request POST \ --url https://api.getmembrane.com/actions/{selector}/run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "input": "<unknown>", "meta": {} } '
{ "output": {}, "actionRunId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
universal
integration
connection
Input data for the action, matching the action inputSchema
Show child attributes
Was this page helpful?