Retrieve Payroll Access Setup
GET/v1/employers/{employer_id}/payroll-access-setup
Return whether the employer has submitted payroll access setup.
Retrieve Payroll Access Setup
curl https://api.vitablehealth.com/v1/employers/$EMPLOYER_ID/payroll-access-setup \
-H "Authorization: Bearer $VITABLE_CONNECT_API_KEY"{
"data": {
"completed": true,
"submitted_at": "2019-12-27T18:11:19.117Z"
}
}Returns Examples
{
"data": {
"completed": true,
"submitted_at": "2019-12-27T18:11:19.117Z"
}
}