get https://api.7shifts.com/v2/companies
Minimum Plan Required: Comp
Sample Response
{
"data": [
{
"id": 1234,
"name": "Restaurant",
"uuid": "a123ccc-123-1234-5678-d38192f200c1",
"country": "US",
"photo": "/img/app-logo-round.png",
"plan_id": "gourmet-v2-annual",
"created": "2021-10-19T22:56:47+00:00",
"modified": "2022-11-25T22:06:13+00:00",
"expires": "2026-11-02T22:56:47+00:00",
"days_to_expire": 0,
"converted": null,
"pos": "no_pos",
"status": "active",
"start_week_on": 0,
"meta": {
"onboarding_complete": true,
"buy_now": false,
"employee_count_range": "0",
"trial_checklist_stored_locally": true,
"signup_utm_source": "",
"utm_source": "",
"signup_content_source": "",
"api_key": ""
}
}
],
"object": "companies"
}