---
title: "Create a test in an organization"
method: POST
path: "/{organization}/tests"
tags: ["test"]
---

# Create a test in an organization

`POST /{organization}/tests`

## Path parameters

- `organization` string, required

## Response `200`

successful operation

- Test — Test is the test that is created by the organization that can contain a test for one or more skill area
  - `id` integer — Unique identifier of the skillaera
  - `created_at` string, date-time — Date when the test is created
  - `ended_at` string, date-time — Date when the test ends
  - `name` string — Name of the test
  - `archived` boolean — Is the test archived
  - `url` string — URL where the test can be taken by the candidate
  - `time_limit` string — Test approximate timelimit in seconds | time limit is the average time the test will have depending on the questions that the candidate will get from the pool
  - `password` string — Password used to take the test without social login

---

[API](https://skmtc.net/kand/apis/kandio.md) · [All operations](https://skmtc.net/kand/apis/kandio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kand/kandio/versions/07cae6abf6ca/schema)
