Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Parameters
flow_idpath · required
No additional parameter description.
Example request
cURL
curl --request POST \
--url 'https://api.fideralabs.com/v1/flows/{flow_id}/process' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
202Successful Responseapplication/json
{}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
trigger_processing_v1_flows__flow_id__process_post