cURL
curl --request GET \ --url https://api.sellburst.io/v1/orders/{uuid} \ --header 'Authorization: Bearer <token>'
{ "customer": 1, "gateway": "stripe", "status": "pending", "paid_at": null, "created_at": "2024-01-01T00:00:00" }
Get a specific order data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Store Name you want to select
Unique ID of the order
Order data
The response is of type object.
object