Fetch an Order

order_id

string

required

The order_id you used to report the order to Button.

Example

xxxxxxxxxx

curl https://api.usebutton.com/v1/order/ord-xxx \
  -u YOUR_API_KEY:

Choose an example:

application/json

{
  "status": "200",
  "message": "Result"
}