Cookie control banner

We use cookies to ensure our website works properly, deliver personalised advertising, and collect usage statistics to help us improve the website. You may change your settings at any time or accept the default settings. For more information, please refer to our privacy policy.
Skip to main content
GET/api/management/certificates/{certificateId}

Parameter

NameParameter typeTypeFormatDescription
certificateId(required)pathstringguidThe certificate identifier

Responses

HTTP status codeReasonModel
200Success
401UnauthorizedError
403ForbiddenError
404Certificate not found
500Internal server errorError

Examples

HTTP
GET: /api/management/certificates/3a74d859-d028-4c7c-a9c7-823a8b2e4a3b

	{
		"id": "3a74d859-d028-4c7c-a9c7-823a8b2e4a3b",
		"status": "enabled",
		"commonName": "secure.site.com",
		"keySize": 2048,
		"issuer": "Secure Certs Inc.",
		"public": "-----BEGIN CERTIFICATE-----...-----END CERTIFICATE-----",
		"issued": "2022-10-10T12:00:00",
		"sans": ["secure.site.com", "www.secure.site.com"],
		"expiry": "2024-10-10T12:00:00",
		"version": {
			"created": "2023-03-01T09:30:45.123456",
			"createdBy": "user1"
		}
	}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request