Skip to content

Instantly share code, notes, and snippets.

@florianmartens
Last active April 30, 2025 16:32
Show Gist options
  • Save florianmartens/1a0a94b4f89b3c3db6b2231ba1accf87 to your computer and use it in GitHub Desktop.
Save florianmartens/1a0a94b4f89b3c3db6b2231ba1accf87 to your computer and use it in GitHub Desktop.
curl -X POST \
-H "Authorization: Bearer <API_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"pipes": [
{
"pipeId": "CompanyGetIdentity@1"
},
{
"pipeId": "CompanyGetOverview@1",
},
],
"input": [
{
"id": "f5c128f7-cb0b-4514-a673-9d543406de53",
"companyName": "Acme Inc.",
}
]
}' \
https://api.pipe0.com/v1/run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment