Skip to main content
GET
/
clients
/
{clientId}
/
credit-notes
/
{creditNoteId}
/
external-pdf
Download credit note PDF from provider
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/billing/clients/{clientId}/credit-notes/{creditNoteId}/external-pdf \
  --header 'X-Auth-Token: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Authentication token for API access

Path Parameters

clientId
string
required
creditNoteId
string
required

Response

200 - application/pdf

OK

The response is of type file.