curl --request POST \
--url https://api.getsly.ai/v1/v1/approvals/expire \
--header 'Authorization: Bearer <token>'{
"expired": 123
}Internal-facing — sweeps approvals past their expires_at and applies the configured timeout policy (reject or auto-approve).
curl --request POST \
--url https://api.getsly.ai/v1/v1/approvals/expire \
--header 'Authorization: Bearer <token>'{
"expired": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.