Zum Hauptinhalt springen

Request an Access Token for the Invoice file

GET/customers/{customerId}/invoices/{invoiceId}/file-access-token/
v2
GET
invoice-get-file-access-token

Request

  • customerIdstring
    required
  • invoiceIdstring
    required

Responses

application/json

The File Access Token required to access the Invoice file.

  • accessTokenstring
    required
  • expiresAtstring (date-time)
    required

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customers/string/invoices/string/file-access-token