---
name: "xpay-telnyx-list-api-endpoints"
description: "List or search for all endpoints in the Telnyx TypeScript API"
version: "1.0.0"
price: "$0.01/call"
provider: "Telnyx"
---

# List Api Endpoints

List or search for all endpoints in the Telnyx TypeScript API

**Provider:** Telnyx
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to list or search for all endpoints in the telnyx typescript api. This is part of the Telnyx provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 2+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("telnyx/list_api_endpoints")`
2. **`xpay_run`** — Execute: `xpay_run("telnyx/list_api_endpoints", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `search_query` | string | No | An optional search query to filter the endpoints by. Provide a partial name, resource, operation, or tag to filter the endpoints returned. |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Telnyx (all tools)](https://xpay.tools/skills/telnyx/SKILL.md) — 3 tools
- [Get Api Endpoint Schema](https://xpay.tools/skills/telnyx/get-api-endpoint-schema/SKILL.md) — $0.01/call
- [Invoke Api Endpoint](https://xpay.tools/skills/telnyx/invoke-api-endpoint/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/telnyx/list-api-endpoints/
- Provider: https://xpay.tools/telnyx/
- All tools: https://xpay.tools/explore
