Skip to main content
GET
/
gb
/
organizations
/
{organization_id}
/
payrolls
/
{payroll_status_id}
/
bacs-file
/
download
Download stored BACS file
curl --request GET \
  --url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/bacs-file/download \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
required
payroll_status_id
required

Query Parameters

file_type
enum<string>
default:txt

File format: txt or csv

Available options:
txt,
csv

Response

Successful Response