v1
latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KBCloud Credential
Retrieve all cloud credentials
get/cloudCredential
Query parameters
providerIdinteger
Retrieve only resources for a Cloud Provider
subscriptionIdinteger
Retrieve only resources created for a specific Subscription
userCompanyIdinteger
Retrieve only resources owned by the UserCompany with the passed ID
userIdinteger
Retrieve only resources owned by the User with the passed ID
pageNumberinteger
Page number to retrieve
Page number to retrieve
pageSizeinteger
Number of elements for the requested page
Number of elements for the requested page
sortDirection'ASC' | 'DESC'
Elements sort direction
Elements sort direction
sortFieldstring
Field to sort by
Response
OK
Example response
[
{
"self": "subscription/123",
"cloudProvider": {
"url": "resourceName/ID"
},
"owner": {
"url": "resourceName/ID"
},
"subscription": {
"url": "resourceName/ID"
}
}
]