POSThttps://api.cable.tech/v2/onboarding_flow
Headers
Body
View in API Reference
Request
$curl -X POST https://api.cable.tech/v2/onboarding_flow \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '[
> {
> "onboarding_flow_id": "onboarding_flow_id",
> "timestamp": "2024-01-15T09:30:00Z",
> "flow_name": "Manual KYC",
> "outcome": "automated approval"
> }
>]'
Response