Order

Retrieve an order by ID

get
/order/{orderId}

Fetches an order from the Firestore database using the provided order ID.

Path parameters
orderIdstringRequired

The ID of the order to retrieve.

Example: 1234567890abcdef
Responses
chevron-right
200

Successfully retrieved the order.

application/json
createdAtintegerOptionalExample: 1721745751531
accountIdstringOptionalExample: ordinalsbot
descriptionstringOptionalExample: e14fefbe-fc23-40a2-b0d6-6aab7bff3438
idstringOptionalExample: f2bcddd4-bd8d-4c88-bf8a-61be0d5b0600
statestringOptionalExample: pending
webhookUrlstringOptionalExample: https://webhook.site/f5a2dcec-b7e4-4845-92d1-22ded0057104
get
/order/{orderId}