Skip to main content
POST
/
accounts
/
{accountId}
:open
Open account
curl --request POST \
  --url https://api.example.com/accounts/{accountId}:open \
  --header 'Content-Type: application/json' \
  --data '
{
  "correlationId": "019bdb2a-960f-789d-8955-21720e6cdef0"
}
'
{
  "type": "https://api.ledger.finventi.com/errors/bad-request",
  "title": "Bad Request",
  "status": 400,
  "detail": "Invalid request body: correlationId is required",
  "instance": "/accounts/019bdb2a-960f-789d-8955-21720e6cdeed"
}

Path Parameters

accountId
string<uuid>
required

Account ID

Body

application/json

Request to update account status

correlationId
string<uuid>
required

Unique correlation identifier for tracking the request

Example:

"019bdb2a-960f-789d-8955-21720e6cdef0"

Response

Account status change to OPEN request accepted