deploy
This commit is contained in:
71
skills/customers/SKILL.md
Normal file
71
skills/customers/SKILL.md
Normal file
@@ -0,0 +1,71 @@
|
||||
---
|
||||
name: customers-routes
|
||||
description: Handle 7 OpenAPI operation(s) under /v2/customers/my for the customers route group.
|
||||
---
|
||||
|
||||
# customers API Routes
|
||||
|
||||
Handle 7 OpenAPI operation(s) under /v2/customers/my for the customers route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_v2_customers_my_balance
|
||||
|
||||
- Operation ID: `get_v2_customers_my_balance`
|
||||
- Route: `GET /v2/customers/my/balance`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/balance
|
||||
|
||||
### get_v2_customers_my_billing_history
|
||||
|
||||
- Operation ID: `get_v2_customers_my_billing_history`
|
||||
- Route: `GET /v2/customers/my/billing_history`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/billing_history
|
||||
|
||||
### get_v2_customers_my_invoices
|
||||
|
||||
- Operation ID: `get_v2_customers_my_invoices`
|
||||
- Route: `GET /v2/customers/my/invoices`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/invoices
|
||||
|
||||
### get_v2_customers_my_invoices_invoice_uuid
|
||||
|
||||
- Operation ID: `get_v2_customers_my_invoices_invoice_uuid`
|
||||
- Route: `GET /v2/customers/my/invoices/{invoice_uuid}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/invoices/{invoice_uuid}
|
||||
- Parameters:
|
||||
- `invoice_uuid` in `path` required
|
||||
|
||||
### get_v2_customers_my_invoices_invoice_uuid_csv
|
||||
|
||||
- Operation ID: `get_v2_customers_my_invoices_invoice_uuid_csv`
|
||||
- Route: `GET /v2/customers/my/invoices/{invoice_uuid}/csv`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/invoices/{invoice_uuid}/csv
|
||||
- Parameters:
|
||||
- `invoice_uuid` in `path` required
|
||||
|
||||
### get_v2_customers_my_invoices_invoice_uuid_pdf
|
||||
|
||||
- Operation ID: `get_v2_customers_my_invoices_invoice_uuid_pdf`
|
||||
- Route: `GET /v2/customers/my/invoices/{invoice_uuid}/pdf`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/invoices/{invoice_uuid}/pdf
|
||||
- Parameters:
|
||||
- `invoice_uuid` in `path` required
|
||||
|
||||
### get_v2_customers_my_invoices_invoice_uuid_summary
|
||||
|
||||
- Operation ID: `get_v2_customers_my_invoices_invoice_uuid_summary`
|
||||
- Route: `GET /v2/customers/my/invoices/{invoice_uuid}/summary`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/customers/my/invoices/{invoice_uuid}/summary
|
||||
- Parameters:
|
||||
- `invoice_uuid` in `path` required
|
||||
Reference in New Issue
Block a user