Retrieve a certificate.

GET /api/v1/files/certificates/{certificate_id}

Retrieves the details of an existing certificate by its ID.

Path parameters

Responses

  • 200 application/json

    Returns a certificate object if a valid certificate ID was provided.

    Hide response attributes Show response attributes object
    • The general liability certificate of insurance PDF URL.

    • The workers compensation certificate of insurance PDF URL.

GET /api/v1/files/certificates/{certificate_id}
curl \
 -X GET https://api.1099policy.com/api/v1/files/certificates/ca_123
Response examples (200)
{
  "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"
}