---
title: "Create"
method: POST
path: "/v1/trials"
tags: ["Trials"]
---

# Create

`POST /v1/trials`

Create trial.

## Request body

- TrialCreate — Trial resource
  - `organization_id` integer
  - `sku` string

## Response `200`

The created trial

- object
  - `data` TrialSpec — Trial details
    - `entitlement_key` string
    - `entitlement_name` string
    - `skus` string[]
    - `addon` string
    - `addon_sku` string
    - `in_use` boolean
    - `start` string, date
    - `end` string, date
    - `grace_period` string, date
    - `active` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable entity

---

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