Create a new OAuth2 client
POST/api/2.0/clients
Creates a new OAuth2 client with the specified configuration. The client will be created with the provided scopes, redirect URIs, and other settings. Returns the created client details including the generated client ID.
Request
Responses
- 201
- 400
- 403
- 429
- 500
Client successfully created
Invalid request - missing required fields or validation failed
Insufficient permissions to create a client
Too many requests - rate limit exceeded
Internal server error occurred