v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
OAuth Clients

List OAuth clients

Retrieve a paginated list of OAuth clients for the authenticated user

get/oauth_clients

Query parameters

page[size]integer

Number of results per page

page[number]integer

Page number

filter[client_type]'confidential' | 'public'

Filter by client type

filter[verified]boolean

Filter by verification status

filter[allowed_grant_types][contains]'client_credentials' | 'authorization_code' | 'refresh_token'

Filter by allowed grant type

filter[name]string

Filter by exact client name

filter[name][contains]string

Filter by client name containing text

filter[client_id]string

Filter by client ID

Response

List of OAuth clients