---
title: "Get contact-list opt-in choice"
method: GET
path: "/cl/choice"
tags: ["Cl"]
---

# Get contact-list opt-in choice

`GET /cl/choice`

**Requires permissions:** *Guardian* or *Parent*

The calling parent/guardian's contact-list opt-in state, plus whether they can currently opt out (the opt-out window follows term boundaries).

## Response `200`

Success - choice returned

- ChoiceResponse
  - `optedIn` boolean
  - `canOptOut` boolean
  - `currentlyInTerm` boolean
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Caller has no resolvable contact record

---

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