v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get a setup

Returns the setup of the specified ID.

get/setups/{setup}

Path parameters

setupstring required

Id of the setup to return.

Response

200

idstring
companystring
created_atstring
submitted_atstring
{"stackTrail":"paths:/setups/{setup}:get:responses:200:content:application/json:schema:properties:completed_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/setups/{setup}:get:responses:200:content:application/json:schema:properties:closed_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/setups/{setup}:get:responses:200:content:application/json:schema:properties:setup_due","oasType":"schema","type":"unknown"}

Example response

{
  "id": "ese_NEgjqOcAv7wSgYCfLzI5",
  "company": "com_KKVEd7FBm3MigJH02s7d",
  "created_at": "2024-09-03T20:04:45.026017Z",
  "submitted_at": "2024-09-03T20:04:45.030161Z",
  "profile": {
    "previous_payroll_provider": "quickbooks_online",
    "employee_count": 10,
    "contractor_count": 2
  },
  "phases": [
    {
      "name": "preliminary_review"
    }
  ]
}