Skip to main content
POST
Create Oauth Provider

Body

application/json

Request model for creating OAuth provider manually.

provider_id
string
required
name
string
required
client_id
string
required
auth_url
string
required
token_url
string
required
client_secret
string | null
uses_pkce
boolean
default:false
code_challenge_method
string
default:S256
provider_type
enum<string> | null
Available options:
microsoft,
salesforce,
slack,
x
token_endpoint_auth_method
enum<string>
default:client_secret_post
Available options:
none,
client_secret_basic,
client_secret_post
authorization_params
Authorization Params · object
allowed_redirect_uris
string[]
default_redirect_uri
string | null

Response

Successful Response

Response model for OAuth provider.

id
string
required
organization_id
string
required
provider_id
string
required
name
string
required
client_id
string
required
auth_url
string
required
token_url
string
required
uses_pkce
boolean
required
code_challenge_method
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
provider_type
string | null
mcp_server_url
string | null
token_endpoint_auth_method
string
default:client_secret_post
authorization_params
Authorization Params · object
is_dynamic_client
boolean
default:false
allowed_redirect_uris
string[]
default_redirect_uri
string | null