Upload a signed copy of the PDF agreement.
cURL
curl --request POST \ --url https://api.invopop.com/apps/verifactu/v1/entry/:silo_entry_id/agreement \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "data": "aSDinaTvuI8gbWludGxpZnk=", "signature": "digital" }'
Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Bearer
Authorization: Bearer <token>
No content
Was this page helpful?