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)
Documentation IndexFetch the complete documentation index at: https://docs.stax.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stax.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
^[0-9a-fA-F]{24}$
Success response
true