Overview

View as Markdown

Certifly Seven Gateway API collection for Certifly.

Authentication:

  • All endpoints require Authorization: Bearer {{tenant_api_key}}.

  • API key format is ck_live__.

Response Envelope:

  • Resource responses follow:
    • id (string)

    • type (string)

    • data (object)

Notes:

  • All requests are tenant-scoped through API key middleware.

  • Template/Certificate route lookups happen after tenancy initialization in middleware.

  • Certificate create payload is validated against template labels.

Current endpoint set:

  • GET /ping

  • GET /stats

  • GET /templates

  • GET /templates/{template}

  • POST /certificates

  • GET /certificates/search

  • GET /certificates/{certificate}

  • DELETE /certificates/{certificate}