---
title: "POST /oauth/tickets"
method: POST
path: "/oauth/tickets"
tags: ["ticket"]
---

# POST /oauth/tickets

`POST /oauth/tickets`

## Query parameters

- `client_id` string, required

## Request body

- object
  - `message` string

## Response `201`

Created

- Ticket
  - `id` string
  - `client_id` string
  - `authorized` boolean
  - `created_at` string, dateTime

## Other responses

- `401` — OAuth application not found
- `422` — Validation error
- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
