Skip to main content

Get certificate

GET 

/certificates/certificate

Return details for a specific certificate

Scopes

  • certificates
  • certificates:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    certificate[id] string

    All 'certificate[]' params are mutually exclusive, only one can be provided.

Responses

Return details for a specific certificate

Schema

    certificate

    object[]

    required

  • Array [

  • id string
    name string
    additional_names string[]
    issuer IssuerEnum (string)

    Possible values: [lets_encrypt, custom, self_signed]

    state CertificateStateEnum (string)

    Possible values: [pending, issue_failed, issued, issuing]

    created_at integer
    expires_at integernullable
    last_issued_at integernullable
    issue_error stringnullable
    authorization_method stringnullable
    certificate_api_url stringnullable

    This is the URL that can be used to access this certificate's details. through the certificate API (a different API to this one). If null, this means that it is no longer available. If that is the case, you can get a new URL by resetting the API token for this certificate.

    certificate stringnullable
    chain stringnullable
    private_key stringnullable
  • ]

Loading...