> For the complete documentation index, see [llms.txt](https://docs.autocontentapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autocontentapi.com/readme/billing.md).

# Billing

Billing and invoices operations

## Get Stripe invoices for the authenticated client

> Resolves the authenticated token to the client's email and returns matching Stripe invoices.

```json
{"openapi":"3.0.0","info":{"title":"Content API","version":"1.0.0"},"tags":[{"name":"Billing","description":"Billing and invoices operations"}],"servers":[{"url":"https://api.autocontentapi.com"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/billing/invoices":{"get":{"summary":"Get Stripe invoices for the authenticated client","description":"Resolves the authenticated token to the client's email and returns matching Stripe invoices.","tags":["Billing"],"responses":{"200":{"description":"List of invoices","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"invoiceid":{"type":"string"},"invoice_url":{"type":"string","nullable":true},"receipt_url":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"}}}}}}},"401":{"description":"Unauthorized"},"500":{"description":"Internal server error"}}}}}}
```
