GET
/
orders
/
{order_id}

Path Param

order_id
string

The id of the order to be retrieved.
Format: uuid4
Example: 123e4567-e89b-12d3-a456-426614174000

Response

id
string
required

The id of the order.

numberIdentifier
number
required

The number identifier of the order.

productId
string
required

The id of the product.

companyId
string
required

The id of the company.

insuranceCompanyId
string
required

The id of the insurance company.

createdAt
string
required

The date and time when the order was created.

status
string
required

The status of the order. Possible values: CONFIRMED, CANCELED.

isSubscription
boolean
required

Indicates if the order is a subscription.

subscriptionRecurrency
string

The recurrency of the subscription.

Available recurrencies are: DAYLY, WEEKLY, MONTHLY, QUARTERLY, SEMIANNUALY,ANNUALY.

subscriptionDetails
object

The details of the subscription.

purchaseInfo
object
required

The purchase information. Will change depending on the product.

price
object

The price of the order.