Certificates
Get a Certificate by ID or Thumbprint
get/{spaceId}/certificates/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
ID or Thumbprint of the Certificate
Response
The requested Certificate
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.