Create an OAuth client
OAuth Clients
Create an OAuth client
Creates an OAuth client scoped to the operator. The plaintext clientSecret is returned exactly once in the create response. Requires a *:write scope.
POST
Create an OAuth client
Authorizations
Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).
Path Parameters
Operator id.
Body
application/json
Response
201 - application/json
Created OAuth client (with one-time secret).