Creates a new OAuth2 API client for the authenticated user. This endpoint allows authenticated users to create OAuth2 clients for their applications. The client will be associated with the authenticated user and can be used to implement OAuth2 authorization flows. The created client will include a client_id and client_secret that should be securely stored by the user. The client_secret cannot be retrieved again after creation. The client supports custom scopes to define permissions, multiple redirect URIs for OAuth2 authorization callbacks, and optional domain restrictions for enhanced security.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 name
List of allowed scopes
List of allowed redirect URIs
List of allowed domains
Client creation timestamp
Client last update timestamp