Skip to main content
POST
/
api
/
accounts
/
{accountId}
/
review
Submit account for review
curl --request POST \
  --url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/review \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Idempotency-Key: <x-idempotency-key>'

Documentation Index

Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.

Headers

X-Trace-Version
string

API version. Omit to use the default version.

Example:

"1"

X-Idempotency-Key
string<uuid>
required

Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.

Path Parameters

accountId
string<uuid>
required

UUID of the account.

Response

Account submitted for review.