Describe a Xyte API endpoint
xyte_endpoint_describeDisplay the full contract for an endpoint: required path parameters, query parameters, body shape, and credential needed. Call this before making an API call to confirm arguments.
Instructions
Show the full contract for one endpoint: required path parameters, accepted query parameters, body shape and which credential it needs. Call this before xyte_api_call when you are unsure of an endpoint's arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Endpoint key from xyte_endpoints_list, e.g. "organization.devices.getDevices". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| url | Yes | ||
| title | Yes | ||
| method | Yes | ||
| bodyType | Yes | ||
| mutating | Yes | ||
| authScope | Yes | ||
| pathParams | Yes | ||
| bodyExample | No | ||
| description | No | ||
| queryParams | Yes | ||
| pathTemplate | Yes | ||
| requiresConfirm | Yes |