Creates a new OAuth2 API client application for the authenticated user with customizable settings including redirect URIs, scopes, and grant types. Returns client credentials required for OAuth2 authentication flows.
Use Case: Register third-party applications or services that need programmatic access to user accounts via OAuth2 authorization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Client created successfully
OAuth2 client ID
OAuth2 client secret (shown only once)
Client creation timestamp
List of allowed domains
Client name
List of allowed redirect URIs
List of allowed scopes
Client last update timestamp