Skip to main content
POST
https://finsync.ar
/
api
/
operations
/
{id}
/
approve
Approve a pending operation
curl --request POST \
  --url https://finsync.ar/api/operations/{id}/approve \
  --header 'x-api-key: <api-key>'
{
  "operation_id": 123,
  "message": "Operation approved successfully",
  "approved_transactions": 2
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
integer
required

Operation ID to approve

Response

Operation approved successfully

operation_id
integer

ID of the approved operation

message
string

Success message

approved_transactions
integer

Number of transactions that were approved