POST
/
v1
/
oauth-apps

Request parameters

provider
string
required

The provider of the OAuth app. See a list of supported providers here.

client_id
string
required

The client ID of the OAuth app.

client_secret
string
required

The client secret of the OAuth app.

name
string
required

Name of the OAuth app.

metadata
object

Metadata for the OAuth app. This is a free-form object that you can use to store any additional information you want to associate with the OAuth app.

Response fields

id
string

ID of the OAuth app.

name
string

Display name of the OAuth app.

health
object

Status of the OAuth app. Learn more about the health object.

provider
string

The provider of the OAuth app. See a list of supported providers here.

client_id
string

The client ID of the OAuth app.

client_secret
string

The client secret of the OAuth app.

metadata
object

Metadata for the OAuth app. This is a free-form object that you can use to store any additional information you want to associate with the OAuth app.

created_at
string

Timestamp of when the OAuth app was created, in ISO 8601 format.

updated_at
string

Timestamp of when the OAuth app was last updated, in ISO 8601 format.