v1

latestOpenAPI 3.0.02026-07-13114.1 KB

List available files

List the files of the given type that are available for download.

get/list/{fileType}

Path parameters

fileTypestring required

A type of the information files to download e.g. TARIFF-DAILY, TARIFF-MONTHLY, TARIFF-ANNUAL.

Headers

Acceptstring required
Example:application/vnd.hmrc.1.0+json

Specifies the response format and the version of the API to be used.

Authorizationstring required
Example:Bearer 59fc92c1cdf0b8ef1f138a702effdbd2

An OAuth 2.0 Bearer Token with the read:bulk-data-download-list scope.

Response

filenamestring

The name of the file.

downloadURLstring

The URL to download the file.

fileSizeinteger

The size of the file in bytes.