curl --request POST \
--url https://api.onepay.la/v1/flows \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"flow": "<string>",
"params": {}
}
'no content
Invoca un flujo para ante una acción del usuario.
curl --request POST \
--url https://api.onepay.la/v1/flows \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"flow": "<string>",
"params": {}
}
'no content
Was this page helpful?