magento_find_api
Find REST and SOAP API endpoints in webapi.xml by URL pattern or service method, with optional HTTP method filter.
Instructions
Find REST and SOAP API endpoint definitions in webapi.xml and their service class implementations. See also: magento_find_config with configType=webapi, magento_find_class (service class).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | API endpoint URL pattern or service method name. Examples: "/V1/products", "/V1/orders", "/V1/carts", "/V1/customers", "/V1/categories", "getList", "save" | |
| method | No | Filter by HTTP method: GET (read), POST (create), PUT (update), DELETE (remove) |