v1

latestOpenAPI 3.0.02026-07-24310185.2 KB
Company

Get Auto Enrolment documents ๐Ÿ‡ฌ๐Ÿ‡ง

Returns the all documents related to auto enrolment. This endpoint should only be used for UK companies.


Required scopes: pension:read

get/companies/{companyId}/auto-enrolment-documents

Path parameters

companyIdstring required

The id of the company

Response

The Auto Enrolment documents

Example response

{
  "documents": [
    {
      "createdAt": "2022-09-22T11:56:24.221Z"
    }
  ]
}