v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Company

Get all company details

Display a listing of the resource.

get/company

Response

Company Details

Example response

{
  "data": {
    "subscription": {
      "status": "active",
      "product": "basic",
      "quantity": 10,
      "trial": false,
      "trial_ends_at": null,
      "ends_at": null
    },
    "settings": {
      "timeEntries": {
        "requiredFields": [
          "client_id",
          "project_id",
          "service_id"
        ],
        "defaultValues": {
          "client_id": "01J44B70GW55R6C8BGYCXNXH2K",
          "project_id": null,
          "service_id": null
        }
      }
    }
  }
}