Certificates
Get a list of Certificates
Lists X.509 certificates managed by Octopus.
get/certificates/all
Query parameters
idsstring[]
A set of Certificate IDs to retrieve Certificates for. Example: Certificate-101,Certificate-201
Response
The list of requested Certificates
Example response
[
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.