Model
Config
Magento\Webapi\Model\Config
What it does
This class provides access to consolidated Web API configuration from all webapi.xml files across Magento modules.
Developers use it to retrieve service definitions, routes, and REST/SOAP endpoint configurations that define how external systems interact with Magento's API.
It implements caching to improve performance by storing parsed configuration data.
Public Methods
- getServices()