List all certificates.
Returns a list of certificates. The certificates are returned
sorted by creation date, with the most recently created certificates
appearing first. Supports pagination using starting_after and ending_before.
Query parameters
-
A limit on the number of objects to be returned. The limit can range between
1and100, and the default is10.Minimum value is
1, maximum value is100. Default value is10. -
A cursor for use in pagination.
starting_afteris a certificate ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending withca_123, your subsequent call can includestarting_after=ca_123in order to fetch the next page of the list. -
A cursor for use in pagination.
ending_beforeis a certificate ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting withca_456, your subsequent call can includeending_before=ca_456in order to fetch the previous page of the list.
curl \
--request GET 'https://api.1099policy.com/api/v1/files/certificates'
[
{
"gl_coi_pdf_url": "/bound-policies/prod/gl_coi_pl_wv23Q3lMc1_1691450123.pdf",
"wc_coi_pdf_url": "/bound-policies/prod/wc_coi_pl_wv23Q3lMc1_1691420903.pdf"
}
]