- Introduction
- Webhoook - Tracking
- Webhook - Ticket Message
- Tickets
- Wallets
- Auth
- List CouriersGET
- Get SubdistrictGET
- Get Shipping CostGET
- Get Shipping Cost AllGET
- Create OrderPOST
- Cancel OrderPOST
- Retry OrderPOST
- [Sandbox Only] Update StatusPOST
- Track OrderGET
- Get Shipping LabelGET
- Logistic RTSGET
- List ShipmentGET
- Detail Shipment GET
- Print Shipping LabelGET
Get Group Status Ticket
GET
/open/1.0/tickets/group_status
Last modified:2025-02-10 03:50:30
Request
Header Params
X-API-KEY
string
required
Example:
{{ApiKey}}
Request 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 '/open/1.0/tickets/group_status' \
--header 'X-API-KEY: {{ApiKey}}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{"data":{"order_id":1137150,"tracking_number":"OEX1137150","cod_amount":50000,"dimension":{"width":1,"length":1,"height":1},"shipping":{"logo":"https:\/\/cdn.oexpress.id\/images\/assets\/oexpress-log-new.png","service":null,"shipping_cost":1111,"receipt_number":"OEX00001792327","origin_branch_code":"BKI","transit_branch_code":"BDO","destination_branch_code":"BDO","estimation_day":2},"receiver":{"name":"test","phone":"+62899999999","address":"jl test 123","zip":40131,"province":"Jawa Barat","city":"Kota Bandung","subdistrict":"Coblong"},"sender":{"name":"test karangbahagia","phone":"+62899898989","address":"Jl test alamat","zip":17530,"province":"Jawa Barat","city":"Kab. Bekasi","subdistrict":"Karangbahagia"},"product":[{"name":"jam","quantity":1}],"insurance":0,"pickup_date":"2024-08-22T10:16:00.000000Z","total_weight":1},"message":"","error_code":0}
Modified at 2025-02-10 03:50:30