Certificates
Get a Certificate by ID or Thumbprint
get/spaces/{spaceIdentifier}/certificates/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.