b24_list_methods
Discover available REST methods and scopes for a Bitrix24 webhook. Lists granted scopes and optionally all method names to understand portal access.
Instructions
Discover which REST methods/scopes this webhook can access.
Calls scope (granted scopes) and, when full=true, methods (all
method names). Handy for figuring out what the portal exposes before writing
a b24_call.
Returns: JSON: {"scopes": [...], "methods": [...optional...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, list every available method; otherwise return scope summary only. | |
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |