Companies

Show company

GET company(admin)

Endpoint

GET /api/v1/companies/:id

Request

Route

GET /api/v1/companies/34

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjM2MjYzNjMsImV4cCI6MTc2NjIxODM2MywianRpIjoiMDVhMTA0MzItZGQ1MS00NjFjLWIyZDEtMjI5OTAxOTJiMWJmIn0.Vhu2qDB1khNT7aNrIM_ng18A9EaIhlKzoU8rmYROXOc
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"eedb9fb530fa7e10b0d30b3427d89203"
cache-control: max-age=0, private, must-revalidate
x-request-id: b1c5b5ed-a0f9-4dfc-8047-a1fd5919e0b1
x-runtime: 0.007609
content-length: 815

Body

{
  "company": {
    "id": 34,
    "address": "594 Morar Forges, Herschelberg, MD HA2Y 9ZA",
    "available_currencies": [
      "GBP",
      "EUR"
    ],
    "billing_address": "5837 Loan Fields, Rueckerfurt, WV W9T 1XP",
    "billing_full_name": "The Hon. Stevie Howell",
    "billing_phone_number": "055 3660 4897",
    "commission": "10.0",
    "country": "GBR",
    "created_at": "2025-11-20T08:12:43.858Z",
    "currency": "GBP",
    "drivers_count": 0,
    "due_days": 30,
    "financial_company_id": null,
    "invoice_email": "mark@emard.example",
    "license_number": "4683870672",
    "live_jobs_count": 0,
    "minimum_charge_rate": 17.92,
    "minimum_driver_rate": 16.13,
    "minimum_wages": {
      "21+": {
        "min_wage": 12.21,
        "min_umbrella_rate": 16.13,
        "min_charge_rate": 17.92
      },
      "18-20": {
        "min_wage": 10.0,
        "min_umbrella_rate": 12.55,
        "min_charge_rate": 13.58
      }
    },
    "name": "Walsh Group",
    "rejection_reason": null,
    "state": "verified",
    "vat_number": "9337518077"
  }
}