API referenceWorkspaceFiscal setup
Upload certificate
Configures an organization CSD or e.firma certificate. Send the certificate and private-key bytes as base64 plus the private-key password. The certificate RFC must match the organization fiscal identity.
- Endpoint
PUT /v1/organization/certificates/{kind}- Authorization
- Required permission: `certificates:manage`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
- Common next step
Delete certificate DELETE
Removes the selected organization certificate material. Workflows that require it remain unavailable until a replacement is uploaded.
Prepare file upload POST
Creates short-lived PUT instructions bound to one organization-owned fileRef. Upload the bytes to upload.url with the declared headers, then pass only fileRef to the consuming operation.