Approve transactions (alternative endpoint)
Alternative endpoint for approving one or multiple transactions. This is functionally identical to PUT /v1/transactions/approve.
**Note:** For detailed documentation and all request/response formats, see PUT /v1/transactions/approve.
Both endpoints support the same input formats and return the same response structure.
This endpoint exists for RESTful API design consistency where PUT on the resource updates its state.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the transactions
Request
This endpoint expects a string or a list of strings or an object.
Single transaction ID
OR
Array of transaction IDs
OR
Response
Transactions approved successfully