---
title: "Add a new oauth_clients to the store"
method: POST
path: "/v1/oauth/clients.json"
tags: ["oauth_clients"]
---

# Add a new oauth_clients to the store

`POST /v1/oauth/clients.json`

Created clients

## Query parameters

- `token` string, required

## Request body

- object
  - `client_name` string
  - `client_url` string
  - `logo_url` string
  - `policy_url` string
  - `redirect_uris` string
  - `tos_url` string

## Response `200`

successful operation

- object
  - `id` integer

## Other responses

- `405` — Invalid input

---

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