invoke_api_endpoint
Invoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.
Schema
Input Schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"endpoint_name",
"args"
],
"properties": {
"args": {
"type": "object",
"description": "The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.",
"additionalProperties": []
},
"endpoint_name": {
"type": "string",
"description": "The name of the endpoint to invoke."
}
},
"additionalProperties": false
}
Verified Stores
1
Member Stores
Stores exposing the invoke_api_endpoint tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
