Skip to main content
POST
Create custom OAuth configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
key
string
required
name
string
required
discoveryEndpoint
string<uri>
required
clientId
string
required
clientSecret
string
required

Response

Custom OAuth configuration created

id
string<uuid>
key
string
name
string
discoveryEndpoint
string<uri>
clientId
string
createdAt
string<date-time>
updatedAt
string<date-time>