Skip to main content

Get Revoked CICs for a Tenant (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/certificates/revoked

Retrieve all revoked CICs for a tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Responses

Successful Operation

Schema
    certificate string

    The details of the certificate.

    entity_id stringrequired

    The entity ID.

    id string

    The ID.

    issuer stringrequired

    Details of the certificate issuer.

    issuer_id stringrequired

    The ID of the issuer.

    not_after int64

    The certificate time frame.

    not_before int64

    The certificate time frame.

    public_key string

    The public key.

    revocation_date int64

    The certificate revocation date.

    revocation_reason string

    The certificate revocation reason.

    revoked boolean

    If certificate is revoked. True or False.

    serial_no stringrequired

    Serial No: NotNull(message = INVALID_SERIAL_NO)

    subj_descr string

    The subject description.

    subj_serial_no string

    The subject serial number.

    subj_uid string

    The subject UID.

    subject stringrequired

    The subject.

    tenant_id stringrequired

    The ID of the tenant.

    title string

    The title of the certificate.

Loading...