Get a company benefit

GET {{baseUrl}}/v1/company_benefits/:company_benefit_id?with_employee_benefits=<boolean>

Company benefits represent the benefits that a company is offering to employees. This ties together a particular supported benefit with the company-specific information for the offering of that benefit.

Note that company benefits can be deactivated only when no employees are enrolled.

Benefits containing PHI are only visible to applications with the company_benefits:read:phi scope.

scope: company_benefits:read

Request Params

KeyDatatypeRequiredDescription
with_employee_benefitsstringWhether to return employee benefits associated with the benefit

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:1363316536327004,&quot;uuid&quot;:&quot;d2cec746-caee-464a-bcaf-00d93f7049c9&quot;,&quot;version&quot;:&quot;98jr3289h3298hr9329gf9egskt3kagri32qqgiqe3872&quot;,&quot;company_id&quot;:1363316537128394,&quot;benefit_id&quot;:1,&quot;benefit_type&quot;:1,&quot;active&quot;:true,&quot;description&quot;:&quot;Kaiser Permanente&quot;,&quot;deletable&quot;:true,&quot;supports_percentage_amounts&quot;:true,&quot;responsible_for_employer_taxes&quot;:false,&quot;responsible_for_employee_w2&quot;:false,&quot;employee_benefits&quot;:[{&quot;employee_uuid&quot;:&quot;ae44a0b2-3c89-41e1-91c8-5f8224a779ca&quot;,&quot;company_benefit_uuid&quot;:&quot;d2cec746-caee-464a-bcaf-00d93f7049c9&quot;,&quot;active&quot;:true,&quot;deduct_as_percentage&quot;:false,&quot;employee_deduction&quot;:3,&quot;company_contribution&quot;:0,&quot;uuid&quot;:&quot;9988f241-9aee-4383-bfca-eac79cf58135&quot;,&quot;contribution&quot;:{&quot;type&quot;:&quot;amount&quot;,&quot;value&quot;:0}}]}