List implemented connector methods for a platform
GET /implementedInterfaces
Returns a boolean capability map for the selected connector. A true value means the connector exports the corresponding handler, not that its upstream service is healthy. App Connect uses these flags to enable features such as name search, call-note caching, dispositions, and user mapping; cacheCallNote also reflects server deployment configuration.
Operation ID: getImplementedInterfaces
Authorization: None
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
platform |
query | string | Yes | Connector platform key from the App Connect manifest. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Connector-interface availability for the requested platform. | ImplementedInterfacesResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |