---
title: Service entrypoints
path: reference/api/entrypoints
status: published
---

# Service entrypoints

**1 endpoints** in this group. All paths are prefixed with `/api/v1`.

## Endpoints in this group

- [`GET /api/v1/entrypoints`](#get-api-v1-entrypoints) — List My Entrypoints

---

### GET `/api/v1/entrypoints` — List My Entrypoints {#get-api-v1-entrypoints}

List all entrypoints for services the tenant is subscribed to.

Resolves url_template placeholders ({tenant_id}, {user_id}).
Used by the dashboard for the central service launcher.

**Parameters**:

- `authorization` (header, string, optional)


**Responses**:

- `200` — Successful Response. Returns: `ApiResponse_list_dict__` — {`data`, `meta`}
- `422` — Validation Error. Returns: `HTTPValidationError` — {`detail`}
