cURL
curl --request GET \ --url https://sandbox.tight.com/v6/closing \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "data": { "date": "2025-12-31", "modifications": "DISABLED" } }
Get the authenticated user’s closing configuration
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes