---
title: "Get order"
method: GET
path: "/v1beta/ssl/orders/{id}"
tags: ["Order"]
---

# Get order

`GET /v1beta/ssl/orders/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A successful response.

- OrderGetOrderResponse
  - `code` integer
  - `data` OrderGetOrderResponseData
    - `created_at` string
    - `domain` OrderDomain
      - `extension` string
      - `name` string
    - `expired_at` string
    - `id` integer
    - `mailbox` string
    - `mailbox_status` string
    - `name` string
    - `owner_handle` string
    - `renew_at` string
    - `status` string
    - `subscription_period` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

## Changes

- **2026-08-27** `a57b11984574` — 1 info
  - api operation id `GetOrder` removed and replaced with `GetOrderMixin10`

[Change history](https://skmtc.dev/openprovider/apis/rest-api/changes/v1beta/ssl/orders/:id/get.md)

---

[API](https://skmtc.dev/openprovider/apis/rest-api.md) · [All operations](https://skmtc.dev/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/a57b11984574/schema)
