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.Note: this endpoint is only available to select customers at this time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The organization that owns one or more OAuth apps.
1The id of the user that created one or more OAuth apps.
1Return OAuth apps created after this date.
Return OAuth apps created before this date.
The number of results to return. If omitted, 100 results will be returned.
1 <= x <= 100The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.
1The page number to return. If omitted, the first page of results will be returned.
x >= 1The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
dateCreated, dateUpdated The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
asc, desc