v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Get all OAuth apps for an organization

This endpoint returns all registered OAuth apps for a given owner meeting the specified filters.Results can be returned using either a cursor-based pagination or a page-based pagination.If both a cursor and a page are provided, the cursor will be used.By default, results are sorted by dateCreated in descending order.

get/v1/core/oauth/apps

Query parameters

organizationIdstring required

The organization that owns one or more OAuth apps.

The organization that owns one or more OAuth apps.

ownerstring required

The id of the user that created one or more OAuth apps.

The id of the user that created one or more OAuth apps.

fromDatestring date-time

Return OAuth apps created after this date.

Return OAuth apps created after this date.

toDatestring date-time

Return OAuth apps created before this date.

Return OAuth apps created before this date.

limitinteger

The number of results to return. If omitted, 100 results will be returned.

The number of results to return. If omitted, 100 results will be returned.

cursorstring

The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.

The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.

pageinteger

The page number to return. If omitted, the first page of results will be returned.

The page number to return. If omitted, the first page of results will be returned.

sortField'dateCreated' | 'dateUpdated'

The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.

The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.

sortDirection'asc' | 'desc'

The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.

The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.

Response

Get all OAuth apps for an organization

pageSizenumber
limitnumber
totalnumber nullable
hasNextPageboolean