Submission Confirmation API

The Submission Confirmation API sends notifications when an enrollment application is submitted through HealthSherpa to the Carrier.

On-exchange notifications provide less detail than off-exchange plans due to regulatory restrictions. Below are links to hop to documentation for On-Exchange and Off-Exchange plans:

On-Exchange Plans

post
Body
transaction_idintegerOptional

Unique identifier for the transaction (confirmation ID)

Example: 123456789
event_typestring · enumOptional

Type of event that triggered the webhook

Example: submissionPossible values:
event_timestampstring · date-timeOptional

Timestamp when the application was submitted

Example: 2025-05-01T20:35:42.843Z
external_idstringOptional

External identifier for the enrollment lead

Example: f7a8b9c0d1e2f3g4h5i6j7k8l9m0n1o2
submitter_npnstringOptional

National Producer Number of the agent who submitted the application

Example: 17169718
npn_used_at_submissionstringOptional

NPN recorded at the time of submission

Example: 17169718
Responses
chevron-right
200

Successful response

No content

post
/your-endpoint-url
200

Successful response

No content

Off-Exchange Plans

post
Body
transaction_idintegerOptional

Unique identifier for the transaction (confirmation ID)

Example: 123456789
application_idstringOptional

Canonical identifier for the off-exchange application

Example: HSA000000000
policy_statusstring · enumOptional

Current status of the active health policy

Example: pending_effectuationPossible values:
event_typestring · enumOptional

Type of event that triggered the webhook

Example: submissionPossible values:
event_timestampstringOptional

Date when the application was last submitted (MM/DD/YYYY format)

Example: 07/01/2025
external_idstringOptional

External identifier for the enrollment lead

Example: f7a8b9c0d1e2f3g4h5i6j7k8l9m0n1o2
policy_aor_npnstringOptional

National Producer Number of the Agent of Record on the policy

Example: 1234567890
submitter_npnstringOptional

National Producer Number of the agent who submitted the application

Example: 17169718
npn_used_at_submissionstringOptional

NPN recorded at the time of submission

Example: 17169718
issuer_hios_idstringOptional

HIOS ID of the insurance issuer

Example: 12345
Responses
chevron-right
200

Successful response

No content

post
/your-endpoint-url
200

Successful response

No content

Last updated