cURL
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" } ] }
Platform API key sent as Authorization: Bearer ofk_platform_.... Platform integrators also pass OpenFiskal-Organization: org_xxx to act on behalf of a merchant.
Authorization: Bearer ofk_platform_...
OpenFiskal-Organization: org_xxx
Filter by jurisdiction code
List of fiscal certificates
"list"
Show child attributes