Show company
Companies
GET company(admin)
Endpoint
GET /api/v1/companies/:id
Request
Route
GET /api/v1/companies/31
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzUsImV4cCI6MTc2MzU0MjQzNSwianRpIjoiMzVhODUzNDMtNmY2ZS00ZGRiLTgzMDQtZmQ4MGFjMjdmOGI0In0.9JnUuQ83ntdOXnqIYnDo2R3z5k5YLfo4JlxsuTedFMY
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/"ebe3687b993da5f6d716bc8faaf045b4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6d0c0dc1-e6b8-4dd4-b18e-fe271a39da19
x-runtime: 0.007216
content-length: 738
Body
{
"company": {
"id": 31,
"address": "3585 Fairy Key, New Vernon, VT ZA1 7AA",
"available_currencies": [
"GBP",
"EUR"
],
"billing_address": "Apt. 947 67897 Parker Unions, Lamontland, KY YE2 3SB",
"billing_full_name": "Rev. Numbers Howell",
"billing_phone_number": "016977 6526",
"commission": "10.0",
"country": "GBR",
"created_at": "2025-10-20T08:53:55.427Z",
"currency": "GBP",
"drivers_count": 0,
"due_days": 30,
"invoice_email": "traci@hills-okon.test",
"license_number": "2752683468",
"live_jobs_count": 0,
"minimum_wage": {
"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": "Harris and Sons",
"rejection_reason": null,
"state": "verified",
"vat_number": "5869735615"
}
}