v1
latestOpenAPI 3.0.32026-07-131990818.5 KBList of all available endpoints
Get a list of all available endpoints
Use a LISA manager reference to get a list of all available endpoints.
Test data
<table style="font-family:Roboto, sans-serif; font-size:14px;"> <col width="40%"> <col width="60%"> <thead> <tr> <th>Scenario</th> <th>Response</th> </tr> </thead> <tbody> <tr font-size=14> <td><p>Request with an invalid LISA Manager reference number</p><p class ="code--block">lisaManagerReferenceNumber: 123456</p></td> <td><p>HTTP status: <code class="code--slim">400 (Bad Request)</code></p> <pre class="code--block"> { "code": "BAD_REQUEST", "message": "Enter lisaManagerReferenceNumber in the correct format, like Z1234" } </pre> </td> </tr> </tbody> </table>get/lifetime-isa/manager/{lisaManagerReferenceNumber}
Path parameters
lisaManagerReferenceNumberstring required
Example:Z1234
The reference given to the LISA provider when they applied for approval from HMRC.
Headers
Accept'application/vnd.hmrc.2.0+json' required
Specifies the response format and the version of the API to be used.
Authorizationstring required
Example:Bearer bb7fed3fe10dd235a2ccda3d50fb
An OAuth 2.0 Bearer Token with appropriate scope.
Response
OK
Example response
{
"lisaManagerReferenceNumber": "Z1234"
}