get https://developers.wiwink.com/api/billing//document
Generates a temporal link to an invoice pdf. Links lasts for one hour.
Response
Generates a temporal link to an invoice pdf. Links lasts for one hour.
xxxxxxxxxx
curl --request GET \
--url https://developers.wiwink.com/api/billing/id/document \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your-api-key>' \
--header 'accept: application/json'