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

Authorizations

Authorization
string
header
required

Authorization via a JWT bearer token.

Path Parameters

expenseId
string<uuid>
required

Unique identifier of the Expense.

Example:

"f570bb7a-180a-4f82-bc13-eedf3573de43"

Response

Returns expense document download url.

The response is of type string<uri>.