GET
/
api
/
v0
/
invoices
/
{id}
Get an invoice by ID
curl --request GET \
  --url https://api.devdraft.ai/api/v0/invoices/{id} \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Path Parameters

id
string
required

Invoice ID

Response

200

Return the invoice.