Skip to main content
POST
/
tpa
/
statement
/
confirm
Confirm Statement
curl --request POST \
  --url https://api.stax.ai/tpa/statement/confirm \
  --header 'Content-Type: application/json' \
  --cookie authToken= \
  --data '
{
  "statementId": "<string>"
}
'
{
  "success": true
}

Authorizations

authToken
string
cookie
required

Cookie-based authentication using userId and authToken cookies

Body

application/json
statementId
string
required

MongoDB ObjectId

Response

200 - application/json

Success response

success
boolean
required
Example:

true