Skip to main content
GET
/
v1
/
expense-reports
/
{reportId}
/
document
Download Expense Report
curl --request GET \
  --url https://api.spirii.com/reimbursement/v1/expense-reports/{reportId}/document \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Authorization via a JWT bearer token.

Path Parameters

reportId
integer
required

Unique identifier of the Expense Report.

Example:

42

Query Parameters

format
enum<string>
default:pdf

File format of the Document.

Available options:
csv,
pdf

Response

Returns expense report document.

Returns expense report document download url.