Get All API endpoints settings
Returns a list of all registered API endpoints, including their costs and configurations. Supports filtering by path and HTTP method.Loading...
Current path: /endpoints
Available methods and their JSON schemas
get
Get All API endpoints settings
API: Limits and pricesReturns a list of all registered API endpoints, including their costs and configurations. Supports filtering by path and HTTP method.
JSON Document Schema:
{
"Path": "/endpoints",
"Method": "get",
"Tag": "API: Limits and prices",
"Summary": "Get All API endpoints settings",
"Description": "Returns a list of all registered API endpoints, including their costs and configurations. Supports filtering by path and HTTP method.",
"Parameters": [
{
"name": "path",
"in": "query",
"description": "Filter by part of the path (e.g., /webbrowser)",
"required": false,
"type": "string",
"default": null,
"x-load-url": null,
"x-link-child": null
},
{
"name": "method",
"in": "query",
"description": "Filter by HTTP method (GET, POST, etc.)",
"required": false,
"type": "string",
"default": null,
"x-load-url": null,
"x-link-child": null
}
]
}