{ "object": "<string>", "code": "operation_not_open", "message": "This operation is not in open status and cannot be modified.", "param": "<string>", "fiscal_errors": [ { "code": "<string>", "message": "<string>", "jurisdiction": "<string>" } ], "request_id": "<string>"}
Authentication
Revoke a platform API key
Permanently revokes a platform API key. Any request using the
revoked key will immediately return 401.
Ensure a replacement key is active before revoking.
{ "object": "<string>", "code": "operation_not_open", "message": "This operation is not in open status and cannot be modified.", "param": "<string>", "fiscal_errors": [ { "code": "<string>", "message": "<string>", "jurisdiction": "<string>" } ], "request_id": "<string>"}
Platform API key sent as Authorization: Bearer ofk_platform_....
Platform integrators also pass OpenFiskal-Organization: org_xxx
to act on behalf of a merchant.