How do I call Patchworks via the API?
1
-
Official comment
Patchworks uses OAuth 2.0 for authentication. You'll need an API key or OAuth token to make requests.
You can find the Patchworks Postman collection here:
🔗 Postman Collection: https://postman.wearepatchworks.com/
📄 API Documentation: https://doc.wearepatchworks.com/product-documentation/developer-hub/patchworks-apiExamples
Enable a Flow
https://app.wearepatchworks.com/core-start/api/v1/flows/<flow_id>/manualRun a FlowÂ
https://app.wearepatchworks.com/core-start/api/v1/flows/<flow_id>/manualÂ
Retrieve Logs
https://app.wearepatchworks.com/core-main/api/v1/flow-runs/<flow_run_id>/flow-run-logs?per_page=100&page=1&sort=id&include=flowRunLogMetadata&fields[flowStep]=id,name&load_payload_ids=trueÂ
Please sign in to leave a comment.
Comments
1 comment