v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Manual Invoice Settings

get/v1/manualinvoicesetting

Response

200

Example response

{
  "data": [
    {
      "object": "ManualInvoiceSetting",
      "id": "wlaqoerjzkg9vybx",
      "days_before": 2,
      "created_at": 1560781086,
      "updated_at": 1560781086
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}