This operation approves a pending operation and triggers its execution. The pending operation ID can be retrieved by calling the List pending operations operation. Only the wallet owner principal can approve pending operations. For unpaired agent-owned wallets, the same agent principal is also the wallet owner.
The unique identifier of the pending operation to approve. Obtain this ID from the List pending operations operation.
Successful Response
Action response for approve/reject endpoints.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.