---
title: "Create order"
method: POST
path: "/v1beta/ssl/orders"
tags: ["Order"]
---

# Create order

`POST /v1beta/ssl/orders`

## Request body

- OrderCreateOrderRequest
  - `approver_email` string — Email for domain ownership verification. Should start with well-known generic name like admin@, hostmater@, administrator@, etc.
  - `autorenew` string
  - `csr` string
  - `domain_amount` integer
  - `domain_validation_methods` OrderSslOrderDomainValidationMethods[]
    - `host_name` string
    - `method` string
  - `enable_dns_automation` boolean
  - `host_names` string[]
  - `organization_handle` string
  - `period` integer
  - `product_id` integer
  - `signature_hash_algorithm` string
  - `software_id` string
  - `start_provision` boolean
  - `technical_handle` string
  - `wildcard_domain_amount` integer

## Response `200`

A successful response.

- OrderCreateOrderResponse
  - `code` integer
  - `data` OrderCreateOrderResponseData
    - `id` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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