Get Endpoint
get_endpointRetrieve the complete schema for any UniFi API endpoint by providing its slug. Get a compact field summary or raw JSON to understand endpoint parameters.
Instructions
Get the full schema for a UniFi API endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Endpoint identifier (e.g. 'createnetwork', 'listnetworks'). Use list_endpoints or search_endpoints to find slugs. | |
| summary | No | If True, return a compact field summary. If False, return raw JSON. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |