Skip to main content
GET
Get a Member Snapshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

snapshot_id
string<uuid>
required

The unique identifier of the member snapshot

Example:

"30b74a44-d5b1-4123-a7a4-6d3aec251ba4"

Response

Successful Response - Returns the Member Snapshot contents

created
integer
required

The date the record was created

created_members
object[]
required

List of created members

employee_id
string<uuid>
required

Unique ID of the employee in Noyo

id
string<uuid>
required

Unique identifier of the record in Noyo

member_snapshot
object
required

Member snapshot post Noyo processing (e.g. adding omitted coverages, applying rulesets, etc.)

modified
integer
required

The date the record was last updated

status
enum<string>
required

Status of the member snapshot

Available options:
processing,
completed,
replaced,
canceled,
submitted
version
string<uuid>
required

Current version of the record

warnings
string[]
required

Warnings generated during processing of the member snapshot

fulfillment_summary
object[]

List of member snapshot fulfillment statuses per carrier

inbound_snapshot
string

Exact member snapshot as received by Noyo and prior to any processing (e.g. adding omitted coverages, applying rulesets, etc.)

replaced_by
string<uuid>

UUID of the member snapshot that replaced the returned snapshot