Get Invoice PDF URL (POST)

Generate presigned URL for invoice PDF access using POST request body.

post/api/v1/participant_info/invoice-pdf

Request body

s3_keystring required

S3 key for the invoice PDF

Example request

{
  "s3_key": "invoices/participant_123/invoice_001.pdf"
}

Response

Successful Response

urlstring required

Presigned URL for the invoice PDF

Changes

No recorded changes to this endpoint across all 1 revision of this API.