cURL
curl --request POST \ --url https://sandbox.tight.com/v6/closing \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "date": "2025-12-31", "modifications": "DISABLED" } '
{ "result": "SUCCESS", "data": { "date": "2025-12-31", "modifications": "DISABLED" } }
Save the authenticated user’s closing configuration
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
The closing date
"2025-12-31"
How modifications to transactions dated on or before the closing date are handled
DISABLED
ENABLED_WITH_WARNING
"DISABLED"
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes