Insurance Verification Asynchronous
POST/v1/insurance-verification-requests
Create a request to verify insurance for a member. This request will be processed asynchronously and the results will be provided via a webhook call. The URL called is the webhook URL provided during onboarding.
See Insurance Verification Webhook for information about the webhook request.
If payer portal credentials have been defined for a clinic, they can be used in the verification by leaving the credentials array empty and supplying values to the clinicId and portalId parameters. See Create Payer Portal Credentials for more information on how to create credentials.
See Asynchronous Insurance Verification using Stored Credentials for more information on validation checks.
Request
Responses
- 201
- 422
- 500
Successfully created insurance verification request
Request validation failed
Internal Error