lemma_list_entities
Retrieve the list of legal entities your API key can access. Use the returned entity IDs as the top-level scope for subsequent account and transaction operations.
Instructions
List legal entities this platform API key has been granted access to. Entities are the top-level scope -- most other tools take an entity_id or account_id from here. Do not assume a single entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npi | No | Client-side filter: only entities with this NPI | |
| limit | No | Max items per page (1-100) | |
| cursor | No | Opaque cursor from the previous page's `cursor` field |