Skip to main content
POST
/
apps
/
peppol
/
v1
/
entry
/
:silo_entry_id
/
ownership
cURL
curl --request POST \
  --url https://api.invopop.com/apps/peppol/v1/entry/:silo_entry_id/ownership \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": "aSDinaTvuI8gbWludGxpZnk="
}'
This endpoint allows you to upload a proof of ownership PDF document for Peppol registration. Upload it to Invopop so that it will be stored as an attachment to the silo entry. This document serves as verification of company ownership and is required for Peppol participant registration compliance. The uploaded PDF will be reviewed by Invopop as part of the validation process, which can take up to 72 hours. The approval status can be monitored through the silo entry’s metadata.

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Body

application/json
data
string<byte>
required

Base64 encoded binary data of the ownership document. Must be of type application/pdf. This document proves authorization to represent the company in Peppol network transactions.

Response

204

No content - Document uploaded and registration completed successfully

I