Get current operator’s company
Users > Company
GET company
Endpoint
GET /api/v1/users/company
Request
Route
GET /api/v1/users/company
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjY5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc0LCJleHAiOjE3NjM1NDI0NzQsImp0aSI6IjY4M2FlYzk0LTQzZmItNDZlZS1hY2I3LWZiNDk5ODY0NTM3ZSJ9.cHWNzdHz_kx_1Z6DBNytQ4913QIHve0YI70NvltOq4Q
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/"eb3491e03c0e33e173c39bb2b9fc32ca"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5f3d109c-a0d1-466d-947d-83059cb46ee7
x-runtime: 0.009264
content-length: 644
Body
{
"company": {
"id": 626,
"address": "39970 Spencer Shore, Corinneland, SD S3H 5AU",
"available_currencies": [
"GBP",
"EUR"
],
"billing_address": "6653 Oberbrunner Mountain, North Katherinestad, LA UG4 6BW",
"billing_full_name": "Meryl Powlowski LLD",
"billing_phone_number": "0800 187 8210",
"commission": "10.0",
"country": "GBR",
"currency": "GBP",
"due_days": 30,
"invoice_email": "tonie@wolf.example",
"license_number": "4827737181",
"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": "Waters-Ryan",
"state": "verified",
"vat_number": "8084698306"
}
}