Developers
ReferenceOrders

Resend the order confirmation

Send the order confirmation to the booker again.

POST
/orders/{id}/resend

Send the order confirmation to the booker again.

Authorization

http
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/orders/string/resend"
{  "object": "order_resend",  "order": "string",  "sent": true}