Orders

Get a single SMS message

This endpoint retrieves a single SMS message relating to an order.

get/shop/orders/{orderId}/sms/{smsId}

Response

The SMS message was successfully sent

Example response

{
  "data": {
    "order_ref": "TRY00",
    "from": "Trybe",
    "to": "+447123456789",
    "message_delivered": true,
    "price": 4,
    "created_at": "2024-02-02T12:00:00Z",
    "sent_at": "2024-02-02T12:00:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.