[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Org ID OAuth Apps
DescriptionLists all OAuth apps in a given organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/oauth-apps
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Query Parameters
Query Parameters
string
pageLimit
Optional
Maximum number of Apps to return in response. Defaults to 200.
string
pageStart
Optional
Start index of records to fetch. Defaults to 1.
string
searchTerm
Optional
A search term to be used to filter OAuth apps by either display name or client id.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
PagedResponseCpnOrgOauthApps
of type application/json
This response body class contains all of the following:
PagedEntityDetails, InlinePagedResponseCpnOrgOauthApps1
Errors
401
Unauthorized - The user is not authorized to use the API
403
Forbidden - User does not have permission for this operation
Code Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v2/orgs/{orgId}/oauth-apps
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator