Skip to main content
GET
/
reports
/
{report}
/
download
cURL
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/reports/{report}/download \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

report
string
required

Response

200 - text/csv; charset=utf-8

OK