beel_download_representation_document
Get a temporary presigned URL to download a company's representation PDF. The link is valid for 5 minutes and serves the generated or signed copy once submitted.
Instructions
Returns a presigned URL, valid for 5 minutes, to download the representation PDF of a company.
Which copy: while the document is unsigned it serves the generated one; once the signed copy has been submitted it serves that.
Not generated yet: a company that has not generated the document is rejected with
400.
Endpoint: GET /v1/companies/{company_id}/representation/document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. 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 company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed. |