Create payor detection run
Payor Detection
Create payor detection run
POST
Create payor detection run
This is an asynchronous endpoint. After creating a run, poll the GET Payor Detection Run endpoint using the returnedDocumentation Index
Fetch the complete documentation index at: https://docs.silnahealth.com/llms.txt
Use this file to discover all available pages before exploring further.
id until the run status is COMPLETE. Results are typically fast.
Silna will automatically query the payors configured for the patient’s provider to determine which ones the patient has active coverage with.
Payors where the patient already has an existing patient plan on file will be skipped.
This endpoint supports idempotency keys. If you retry a request with the same idempotency key, the original run will be returned
instead of creating a duplicate.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique key to prevent duplicate requests. We support keys up to 255 characters.
Required string length:
1 - 255Body
application/json
The ID of the patient to run payor detection for
Response
The ID of the created payor detection run. Use this to poll the GET endpoint for results.