cURL
curl --request GET \ --url https://api.airfold.co/v1/pipes/{pipe_name_format}/materialize \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "description": "<string>", "nodes": [ {} ], "to": "<string>", "publish": "<string>", "params": [ { "name": "<string>", "type": "int", "default": "<string>" } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipe name
OK
Was this page helpful?