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

# POST /oauth/client

`POST /oauth/client`

Create a new OAuth application

## Request body

- object
  - `name` string, required
  - `description` string
  - `homepage` string, uri, required
  - `logo` string
  - `scopes` string[]
  - `redirectUris` string[], required

## Response `201`

Returns the created OAuth application

- object
  - `clientId` string, required
  - `name` string, required
  - `secrets` object[]
    - `id` string, required
    - `secret` string, required
    - `lastUsedTime` string
  - `scopes` string[]
  - `logo` string, uri
  - `homepage` string, uri, required
  - `redirectUris` string[], required

---

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