Skip to main content
GET
/
organizations
/
{organizationId}
/
fiscal-certificates
List fiscal certificates
curl --request GET \
  --url https://api.openfiskal.com/v1/organizations/{organizationId}/fiscal-certificates \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "object": "<string>",
      "id": "cert_01HXYZ",
      "organization_id": "<string>",
      "jurisdiction": "ES-PV-SS",
      "label": "<string>",
      "status": "active",
      "subject": "CN=Acme S.L., OU=TicketBAI, O=FNMT, C=ES",
      "issuer": "<string>",
      "serial_number": "<string>",
      "valid_from": "2023-11-07T05:31:56Z",
      "valid_until": "2023-11-07T05:31:56Z",
      "fingerprint": "3a:7b:f2:...",
      "created_at": "2023-11-07T05:31:56Z",
      "revoked_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Platform API key sent as Authorization: Bearer ofk_platform_.... Platform integrators also pass OpenFiskal-Organization: org_xxx to act on behalf of a merchant.

Path Parameters

organizationId
string
required

Query Parameters

jurisdiction
string

Filter by jurisdiction code

Response

List of fiscal certificates

object
string
Allowed value: "list"
data
object[]