---
title: "List touchpoints"
method: GET
path: "/api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints"
tags: ["Policy Builder"]
---

# List touchpoints

`GET /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints`

Lists all touchpoints for a given scope.

## Path parameters

- `enterpriseId` string, required
- `scopeId` string, required

## Response `200`

Paginated list of available Touchpoints for a given scope

- TouchpointsResults — Common fields of a paginated result.
  - `touchpoints` Touchpoint[]
    - `id` string, required — Id of the Touchpoint. A UUID.
    - `name` 'wallet.segregated.transfer' | 'policies.management.edit', required — Name of the Touchpoint.
    - `label` string, required — A label for the Touchpoint which can be shown to an end user.
    - `description` string, required — A description for the Touchpoint which can be shown to an end user.
    - `status` 'ACTIVE' | 'INACTIVE', required — Status of the Touchpoint. Indicates if the Touchpoint is usable `ACTIVE` or not `INACTIVE`. * `ACTIVE` - The Touchpoint is available for use. * `INACTIVE` - The Touchpoint is NOT available for use.
    - `adminOnly` boolean, required — true, if this is an internal Touchpoint, false otherwise.
  - `page` integer, required — Page number. Page numbers start at 1.
  - `totalPages` integer, required — Total number of pages. Total pages start at 1.
  - `totalElements` integer, required — Total number of elements across all pages.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found
- `500` — Server Error - Transient error please try again

---

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