cdle-famli-tpa-dataexchng-eapi

(0 reviews)

home

Purpose

The cdle-famli-tpa-dataexchng-eapi Experience API provides a MuleSoft-based REST API that is designed for FAMLI Third Party Administrators (TPAs). The APIs allow TPAs to retrieve employer and wage data that they have submitted to the FAMLI program.

These are synchronous APIs that respond with lists of employer or wage data. The amount of data in the response varies by the size of the submitted data, but please note that the responses can be quite large.

Background

TPAs register employers and submit wages on behalf of those employers to the FAMLI program. This DataExchange is a tool to allow TPAs to view what they have submitted in a bulk fashion. Instead of logging into the system and looking at each employer record, these APIs allow the TPA to gather all of the data at once.

Headers

These APIs require a Client Id and Client Secret to be passed through the Headers of the requests. Client Id and Secret values are obtained through the Access Request process.

client_id: XXXXXX
client_secret: XXXXXX
Content-Type: application/json

Access Requests

To access this API, please send email to cdle_famli_info@state.co.us. Put "API Access Request" in the subject line and include your company name, address, and business case for needing to access this API. CDLE will review the email and grant access credentials if your case is deemed appropriate for using this API.

Example Request

Click on the method to the left to see example payloads and responses

URL

External Dedicated Load Balancer

POST https://api.state.co.us/ext-cdle-famli-tpa-dataexchng-eapi/api/employer
POST https://api.state.co.us/ext-cdle-famli-tpa-dataexchng-eapi/api/employerWageDetails

Full HTTPS Request / Code

POST https://api.state.co.us/ext-cdle-famli-wage-report-eapi/api/employer
Host: api.state.co.us
client_id: XXXXXX
client_secret: XXXXXX
Content-Type: application/json

POST https://api.state.co.us/ext-cdle-famli-wage-report-eapi/api/employerWageDetails
Host: api.state.co.us
client_id: XXXXXX
client_secret: XXXXXX
Content-Type: application/json

Reviews