v1
latestOpenAPI 3.0.02026-07-24310185.2 KBCompany
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"
}
]
}