Skip to content

/api/v1/ops/operations/settlement-runs

POST
/api/v1/ops/operations/settlement-runs
curl --request POST \
--url https://example.com/api/v1/ops/operations/settlement-runs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "lastDays": 1 }'
object
lastDays
integer format: int32
Example generated
{
"lastDays": 1
}

OK