Sign in

Get Order

documented

Retrieve detailed information for a specific order.

GET /api/v1/orders/{order_num}Ordersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.rev.com/api/v1/orders/{{$order_num}}" \
  -X GET \
  -H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
  -H "Accept: application/json"
Get Order · Rev · OpenIntegrations