header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://petfen-order.local.com:8083/api/v1/order/info-with-payment/' \
--header'Authorization: Bearer <token>'
Responses
🟢200OK
application/json
Body
Example
{"account_code":"cf369de2-c6bf-4702-96c5-abbf96d78c6e","amount":10000,"created_at":"2025-07-29T15:38:56Z","discount_amount":5000,"id":4,"order_product":null,"order_shipping_activities":null,"order_status":"pending","payment_status":"pending","shipping_address":"15 lang ha, thanh cong, ba dinh, hanoi","tax_amount":0,"total":5000,"updated_at":"2025-07-29T15:38:56Z","voucher_code":"AAAAAA"}