get https://api.7shifts.com/v2/companies
Sample Response
{
"data": [
{
"id": 1234,
"name": "Restaurant",
"country": "US",
"photo": "/img/app-logo-round.png",
"plan_id": "works-v2",
"created": "2021-10-19T22:56:47+00:00",
"modified": "2022-06-05T22:53:54+00:00",
"expires": "2026-11-02T22:56:47+00:00",
"days_to_expire": 15,
"converted": null,
"pos": "no_pos",
"status": "trial",
"start_week_on": 0,
"meta": {
"onboarding_complete": true,
"buy_now": false,
"employee_count_range": "0",
"trial_checklist_stored_locally": true,
"signup_utm_source": "internal-signup",
"utm_source": "",
"signup_content_source": ""
}
}
],
"object": "companies"
}