---
name: "xpay-telnyx-get-api-endpoint-schema"
description: "Get the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool."
version: "1.0.0"
price: "$0.01/call"
provider: "Telnyx"
---

# Get Api Endpoint Schema

Get the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.

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

## When to Use

Use this tool when you need to get the schema for an endpoint in the telnyx typescript api. you can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.. 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/get_api_endpoint_schema")`
2. **`xpay_run`** — Execute: `xpay_run("telnyx/get_api_endpoint_schema", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `endpoint` | string | Yes | The name of the endpoint to get the schema for. |

## 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
- [List Api Endpoints](https://xpay.tools/skills/telnyx/list-api-endpoints/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/get-api-endpoint-schema/
- Provider: https://xpay.tools/telnyx/
- All tools: https://xpay.tools/explore
