latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Invoices

Get Account Invoice

Shows details on a single Invoice associated with your account.

get/v1/invoices/{id}

Path parameters

idinteger required

Invoice ID within Huntress account

Response

Get Account Invoice

Example response

{
  "invoice": {
    "id": 1,
    "amount": 303,
    "created_at": "2022-03-01T20:56:15Z",
    "currency_type": "usd",
    "plan": "Huntress Partner 100 Agents",
    "quantity": 101,
    "receipt": "https://pay.stripe/com/invoice/invst_uuid",
    "status": "paid",
    "has_usage": true,
    "updated_at": "2022-03-01T20:56:15Z"
  }
}