Last active
April 30, 2025 16:32
-
-
Save florianmartens/1a0a94b4f89b3c3db6b2231ba1accf87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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