CreateOAuthClientRequest
Request to create a new OAuth 2.0 client for API access.
- m2mType: booleanrequired
Whether this is a machine-to-machine (M2M) client using client credentials flow.
- botType: null | string
User Id max length:450Required bot user ID for M2M clients. Optional for interactive clients.
- displayType: null | string
Name max length:255Optional friendly name for this OAuth client (e.g., "Production CRM Integration").
- redirectType: null | string
Uri max length:2000Redirect URI for OAuth authorization code flow. Required for interactive flows, not needed for M2M flows.