get_endpoints_by_resource
Retrieve all endpoints for any resource, grouped by list, create, get, update, and delete operations. Understand API structure for resources like Customers or Invoices.
Instructions
Get all endpoints for a specific resource (e.g., all Customer endpoints, all Invoice endpoints). Returns grouped operations (list, create, get, update, delete) for easier understanding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | Resource name (e.g., Customers, Invoices, Orders). Use list_resource_groups to see all available resources. |