v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Federal Benefit Enrollment

Get Federal Benefit Enrollments

Use the Get Federal Benefit Enrollments endpoint to retrieve information on the federal benefit enrollments of the specified account.

post/getFbEnrollments

Response

status_codeinteger nullable required

The response status code. May return a string for some statuses.

statusstring nullable required

The condition of a process or response

processing_timenumber float nullable required

The time elapsed in processing the transaction

system_timestampstring date-time nullable required

A system generated timestamp

rtokenstring nullable required

A system-generated ID used for tracking

errorsstring[]

A list of errors generated while the request was processed

Example response

{
  "response_data": {
    "results": [
      {
        "enr_return_code": "R47"
      }
    ]
  }
}