Skip to content

/api/admin/trigger/scoring

POST
/api/admin/trigger/scoring
curl --request POST \
--url https://example.com/api/admin/trigger/scoring \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "date": "2026-04-15T12:00:00Z" }'
object
date
string format: date-time
nullable
Example generated
{
"date": "2026-04-15T12:00:00Z"
}

OK