---
title: "Get a list of all available endpoints"
method: GET
path: "/lifetime-isa/manager/{lisaManagerReferenceNumber}"
tags: ["List of all available endpoints"]
---

# Get a list of all available endpoints

`GET /lifetime-isa/manager/{lisaManagerReferenceNumber}`

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>

## Path parameters

- `lisaManagerReferenceNumber` string, required

## Headers

- `Accept` 'application/vnd.hmrc.2.0+json', required
- `Authorization` string, required

## Response `200`

OK

- object
  - `lisaManagerReferenceNumber` string, required — The reference given to the LISA provider when they applied for approval from HMRC.
  - `_links` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/hmrc/apis/lisa-api.md) · [All operations](https://skmtc.net/hmrc/apis/lisa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/lisa-api/revisions/689ca71752fb/schema)
