Athento allows you to share documents via email through a public url, to do so, you must make the following request:
https://app.athento.com/delivery/api/add/document/delivery/UUID/SERIE/APIKEY/TOKEN
where:
- UUID is the identifier of the document to be shared.
- SERIES is the uuid of the series in which the document is located.
- API KEY is the api key enabled for the series
- TOKEN is the api key encrypted with the secret key in SHA256.
the above url must be called via HTTPS with GET method and, if everything is correct, it will return a UUID that UUID is used to create the following url, which is the one that can be sent in the email to download the document:
https://app.athento.com/delivery/download/delivery/document/UUID/SERIE/APIKEY/TOKEN
donde:
- UUID is the identifier obtained in the previous call, it is the UUID of the request to send that document.
- SERIES is the uuid of the series in which the document is located.
- API KEY is the api key enabled for the series.
- TOKEN is the api key encrypted with the secret key in SHA256.
Comments
0 comments
Please sign in to leave a comment.