Skip to main content

Comments

1 comment

  • Official comment
    Conor Barr
    Patchworks

    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-api

    Examples

    Enable a Flow

    https://app.wearepatchworks.com/core-start/api/v1/flows/<flow_id>/manual
    

    Run 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.