Skip to main content
GET
Get an existing renewal decision by id

Authorizations

Authorization
string
header
required

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

Path Parameters

group_id
string<uuid>
required

The unique identifier of the group for which you are retrieving a renewal decision

Example:

"2613a221-d3c8-4c8a-86d5-e7e885fd1da9"

renewal_decision_id
string<uuid>
required

The unique identifier of the renewal decision you want to retrieve

Example:

"4093a441-d4c8-4c8a-24d1-e7a132fb1bc2"

Response

200 - application/json

Successful Response - Returns the found renewal decision.

body
object
required

The carrier and coverage expectations for the open enrollment period

created
integer
required

The date the record was created

group_id
string<uuid>
required
read-only

Unique identifier of the group in Noyo

id
string<uuid>
required

Unique identifier of the record in Noyo

issues
object[]
required

List of any issues that explain why the open enrollment is 'not_ready'. Will be empty if it is status 'ready' or 'submitted'.

modified
integer
required

The date the record was last updated

renewal_date
string<date>
required
read-only

The start date for the new enrollment year when all coverage changes and decisions should become active

status
enum<string>
required
read-only

Calculated status based on whether or not the carrier system matches the expected renewal decisions

Available options:
submitted,
not_ready,
ready,
done
version
string<uuid>
required

Current version of the record