Retrieve a Certificate¶
Returns the full details of a certificate by its ID.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | Unique identifier of the certificate |
Examples¶
Response¶
Returns 200 OK with the full certificate object.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Certificate does not exist |