---
title: "Checks revocation status of the specified certificate"
method: GET
path: "/v1/certificate/{issuer_dn}/{certificate_serial_number}/revocationstatus"
tags: ["v1/certificate"]
---

# Checks revocation status of the specified certificate

`GET /v1/certificate/{issuer_dn}/{certificate_serial_number}/revocationstatus`

Checks revocation status of the specified certificate

## Path parameters

- `issuer_dn` string, required
- `certificate_serial_number` string, required

## Response `200`

Successful operation

- RevokeStatusRestResponse
  - `issuer _distinguished _name` string
  - `hex _serial _number` string
  - `rfc5280 revokation reason` string
  - `revokation date` string, date-time
  - `invalidity date` string, date-time
  - `message` string
  - `revoked` boolean

## Changes

- **2025-03-11** `4045b1bab09f` — 5 warning, 5 info
  - removed the optional property `invalidity_date` from the response with the `200` status
  - removed the optional property `issuer_dn` from the response with the `200` status
  - removed the optional property `revocation_date` from the response with the `200` status
  - removed the optional property `revocation_reason` from the response with the `200` status
  - …6 more
- **2025-03-11** `37878df36b77` — 5 warning, 5 info
  - removed the optional property `hex _serial _number` from the response with the `200` status
  - removed the optional property `invalidity date` from the response with the `200` status
  - removed the optional property `issuer _distinguished _name` from the response with the `200` status
  - removed the optional property `revokation date` from the response with the `200` status
  - …6 more
- **2025-01-24** `d0f3affe7c3c` — 5 warning, 5 info
  - removed the optional property `invalidity_date` from the response with the `200` status
  - removed the optional property `issuer_dn` from the response with the `200` status
  - removed the optional property `revocation_date` from the response with the `200` status
  - removed the optional property `revocation_reason` from the response with the `200` status
  - …6 more
- …earlier changes not shown

[Full history](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface/changes/v1/certificate/:issuer_dn/:certificate_serial_number/revocationstatus/get.md)

---

[API](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface.md) · [All operations](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keyfactor/ejbca-rest-interface/revisions/44f8798658e2/schema)
