POST
flows
Invocar flujos
curl --request POST \
  --url https://api.onepay.la/v1/flows \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": "<string>",
  "flow": "<string>",
  "params": {}
}'
no content

Body

phone
string
required
Número de teléfono del cliente.
flow
string
required
Nombre del flujo a invocar.
params
object
Parámetros adicionales del flujo.
no content