Skip to main content
POST
Approve an order
Approve a pending order intent owned by the authenticated account. API keys need orders:write. Use this only after the operator has reviewed the order details and risk rules.

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Order was approved.

ok
boolean
id
string<uuid>