Get Certificates for Subdomains

GET https://api.certspotter.com/v1/issuances?domain={{domain}}&include_subdomains={{include_subdomains}}&expand=dns_names&expand=issuer&after={{after}}

Requests certificate details for subdomains.

Results from this API are paginated depending on the number of subdomains. Running this collection in the Runner will iterate through all responses and store formatted data.

The API returns historical data as well. Post-request scripts contain code to filter in only recently issued certificates in the case of duplicate results.

Note: after is intentionally left blank initially and is used internally in the scripts to maintain pagination state.

Request Params

KeyDatatypeRequiredDescription
domainstring
include_subdomainsstring
expandstring
expandstring
afterstring