Get specific order
GET /orders/{orderReference}
GET
/orders/{orderReference}
Get details on an order, including total cost and contents
Authorizations
Parameters
Path Parameters
orderReference
required
string
Reference for your order
Responses
200
Success message
object
order
Items within the order
Array<object>
object
type
Item type
string
item
Item name
string
quantity
Quantity of item
integer
subTotal
Item Subtotal
integer
pricePerUnit
Price per Item
integer
total
Order total
integer
currency
Order currency
string
status
Status of the order
string
statusMessage
Order status message
string
orderReference
Order Reference
string
createDate
Date/Time of order creation
string
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the eSIM is not accessible by the user
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string