Authorizations
Api key
Path Parameters
The Client ID
Query Parameters
The Org Id
Response
Return an array of apis ids
The response is of type string[]
.
Get all API IDs for APIs that have use_oauth2 enabled and use the client_id (appID) specified in the path parameter for OAuth2. You can use the org_id query parameter to specify from which organization you want the API IDs to be returned. To return APIs from all organizations, send org_id as an empty string.
Api key
The Client ID
The Org Id
Return an array of apis ids
The response is of type string[]
.