cURL
curl --request GET \ --url https://api.getmembrane.com/flow-runs/{id}/nodes/{nodeKey}/outputs \ --header 'Authorization: Bearer <token>'
{ "items": [ {} ], "cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?