cURL
curl --request POST \ --url https://api.stax.ai/tpa/statement/confirm \ --header 'Content-Type: application/json' \ --cookie authToken= \ --data ' { "statementId": "<string>" } '
{ "success": true }
Confirm a TPA statement (lock it)
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
Success response
true