beel_download_representation_document
Get a temporary presigned URL to download a company's representation PDF. Serves the unsigned document, or the signed copy once submitted.
Instructions
Returns a presigned URL, valid for 5 minutes, to download the representation PDF of a company (NIF). While the document is unsigned it serves the generated one; once the signed copy has been submitted it serves that.
A company that has not generated the document yet is rejected with 400.
Endpoint: GET /v1/companies/{company_id}/representation/document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | NIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed. |