List OAuth clients
List the custom OAuth clients available to the project, including the parent workspace's
get/v1/connect/{project_id}/oauth_apps
Query parameters
afterstring
The cursor to start from for pagination
beforestring
The cursor to end before for pagination
limitinteger
The maximum number of results to return
appstring
Only return OAuth clients for this app (ID or name slug)
qstring
A search query to filter the OAuth clients by name or description
Response
OAuth clients listed
Example response
{
"page_info": {
"count": 10,
"total_count": 120
}
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○