# Create title

This endpoint creates a new title

Endpoint: POST /v2/titles
Version: 1.0
Security: OAuth2

## Header parameters:

  - `Idempotency-Key` (string,null)

## Request fields (application/json):

  - `name` (string, required)
    Name of the title

## Response 200 fields (application/json):

  - `id` (string, required)

  - `name` (string, required)
    Name of the title


