🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Retrieve a specific invoice by ID
GET /api/invoices/{invoice_id}
invoice_id
{ "id": "inv_123456789", "customer_id": "cust_123456789", "amount": 250.00, "currency": "USD", "description": "Service invoice", "status": "sent", "due_date": "2023-02-01T00:00:00Z", "created_at": "2023-01-01T00:00:00Z" }