curl --request GET \
--url https://fulfillment.noyo.com/api/v1/member_requests/{request_id}/member_transactions \
--header 'Authorization: Bearer <token>'{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"body": {
"coverages": [
{
"carrier_config": {
"bill_group": "1000001",
"member_group": "99999"
},
"carrier_id": "d0003042-eaae-4491-b219-4825456a3d16",
"lines_of_coverage": {
"dental": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "2e6a04b6-21f3-40d7-a9e2-735196cc451b"
}
],
"waiving_members": []
},
"medical": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "1873df52-c9e9-4e3a-995c-f47f32d0bd62"
}
],
"waiving_members": []
},
"vision": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "9cb64800-022e-40af-ab80-8d945e430592"
}
],
"waiving_members": []
}
}
}
]
},
"carrier_id": "478e066e-9696-490e-b60f-47f40c96dc7c",
"created": 1557512389,
"employee_id": "25434576-e85d-481b-a825-962fd575046f",
"id": "a6e30204-87b2-4802-95a4-a156bd0f7435",
"lines_of_coverage": [
"medical",
"dental",
"vision"
],
"member_request_id": "bba6ea27-4004-4a52-a3d9-f986ace0d3da",
"modified": 1564440756,
"status": "processing"
}
]
}Returns a list of all member transactions for a given member request.
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/member_requests/{request_id}/member_transactions \
--header 'Authorization: Bearer <token>'{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"body": {
"coverages": [
{
"carrier_config": {
"bill_group": "1000001",
"member_group": "99999"
},
"carrier_id": "d0003042-eaae-4491-b219-4825456a3d16",
"lines_of_coverage": {
"dental": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "2e6a04b6-21f3-40d7-a9e2-735196cc451b"
}
],
"waiving_members": []
},
"medical": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "1873df52-c9e9-4e3a-995c-f47f32d0bd62"
}
],
"waiving_members": []
},
"vision": {
"enrolling_members": [
{
"id": "25434576-e85d-481b-a825-962fd575046f",
"member_type": "employee",
"plan_id": "9cb64800-022e-40af-ab80-8d945e430592"
}
],
"waiving_members": []
}
}
}
]
},
"carrier_id": "478e066e-9696-490e-b60f-47f40c96dc7c",
"created": 1557512389,
"employee_id": "25434576-e85d-481b-a825-962fd575046f",
"id": "a6e30204-87b2-4802-95a4-a156bd0f7435",
"lines_of_coverage": [
"medical",
"dental",
"vision"
],
"member_request_id": "bba6ea27-4004-4a52-a3d9-f986ace0d3da",
"modified": 1564440756,
"status": "processing"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the member request for which you would like to view member transaction
"a6e30204-87b2-4802-95a4-a156bd0f7435"
The max size of each page of results
The integer offset at which to start the page. Possible values are 0 to total_records - 1
Successful Response - Returns all matching Member Transactions
Metadata associated with the response data
Show child attributes
The offset of the first response record within the matching data set
x >= 0The page number of the response records within the overall data set (1-based integer)
x >= 1The maximum number of response records on each page of results
x >= 1The total number of records in the entire matching data set
x >= 0List of member transaction results
Show child attributes
Body of the member transaction
The date the record was created
Unique identifier of the associated employee in the Noyo system
Unique identifier of the record in Noyo
List of lines of coverage for the member transaction
Line of coverage for the member transaction
medical, dental, vision, life, add, std, ltd, accident, critical_illness, cancer, health_fund, hospital_indemnity, pharmacy, wellness Unique identifier of the member request in the Noyo system
The date the record was last updated
Result of the member transaction
Status of the member transaction
processing, completed, failed, canceled Transaction type of the member transaction
carrier_demographic, carrier_demographic_full, carrier_new_hire, carrier_termination, noyo_termination, carrier_open_enrollment_full, carrier_open_enrollment_adding, carrier_open_enrollment_modifying, carrier_open_enrollment_removing, carrier_qualifying_life_event_full, carrier_qualifying_life_event_adding, carrier_qualifying_life_event_modifying, carrier_qualifying_life_event_removing, carrier_enrollment_snapshot_new_hire, carrier_cobra_enrollment, carrier_cobra_termination, carrier_cobra_open_enrollment, carrier_cobra_qualifying_life_event Current version of the record
Unique identifier of the carrier in the Noyo system
History of status details for the member transaction
Show child attributes
Timestamp indicating when the status detail was created
"1673452723"
Type of Status detail
noyo_accepted, carrier_accepted, carrier_processing, carrier_completed, noyo_verified "carrier_accepted"
A restructured form of the transaction's body data for UI display purposes
The date the member transaction was verified
Was this page helpful?