Authorities
Get certificate authority details
GET/radar/ct/authorities/{ca_slug}
List certificate authorities
GET/radar/ct/authorities
ModelsExpand Collapse
AuthorityGetResponse = object { certificateAuthority }
AuthorityGetResponse = object { certificateAuthority }
certificateAuthority: object { appleStatus, authorityKeyIdentifier, certificateRecordType, 15 more }
certificateAuthority: object { appleStatus, authorityKeyIdentifier, certificateRecordType, 15 more }
appleStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 moreThe inclusion status of a Certificate Authority (CA) in the trust store.
appleStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 more
The inclusion status of a Certificate Authority (CA) in the trust store.
certificateRecordType: "ROOT_CERTIFICATE" or "INTERMEDIATE_CERTIFICATE"Specifies the type of certificate in the trust chain.
certificateRecordType: "ROOT_CERTIFICATE" or "INTERMEDIATE_CERTIFICATE"
Specifies the type of certificate in the trust chain.
chromeStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 moreThe inclusion status of a Certificate Authority (CA) in the trust store.
chromeStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 more
The inclusion status of a Certificate Authority (CA) in the trust store.
microsoftStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 moreThe inclusion status of a Certificate Authority (CA) in the trust store.
microsoftStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 more
The inclusion status of a Certificate Authority (CA) in the trust store.
mozillaStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 moreThe inclusion status of a Certificate Authority (CA) in the trust store.
mozillaStatus: "INCLUDED" or "NOT_YET_INCLUDED" or "NOT_INCLUDED" or 4 more
The inclusion status of a Certificate Authority (CA) in the trust store.
parentName: string
The name of the parent/root certificate authority that issued this intermediate certificate.
related: array of object { certificateRecordType, name, revocationStatus, sha256Fingerprint } CAs from the same owner.
related: array of object { certificateRecordType, name, revocationStatus, sha256Fingerprint }
CAs from the same owner.
AuthorityListResponse = object { certificateAuthorities }
AuthorityListResponse = object { certificateAuthorities }
certificateAuthorities: array of object { certificateRecordType, country, countryName, 6 more }
certificateAuthorities: array of object { certificateRecordType, country, countryName, 6 more }
certificateRecordType: "ROOT_CERTIFICATE" or "INTERMEDIATE_CERTIFICATE"Specifies the type of certificate in the trust chain.
certificateRecordType: "ROOT_CERTIFICATE" or "INTERMEDIATE_CERTIFICATE"
Specifies the type of certificate in the trust chain.
parentName: string
The name of the parent/root certificate authority that issued this intermediate certificate.