List OAuth 2.0 Clients

GET {{baseUrl}}/admin/clients?page_size=250&page_token=1&client_name=<string>&owner=<string>

This endpoint lists all clients in the database, and never returns client secrets. As a default it lists the first 100 clients.

Request Params

KeyDatatypeRequiredDescription
page_sizenumberItems per Page

This is the number of items per page to return. For details on pagination please head over to the pagination documentation. | | page_token | number | | Next Page Token

The next page token. For details on pagination please head over to the pagination documentation. | | client_name | string | | The name of the clients to filter by. | | owner | string | | The owner of the clients to filter by. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring