cURL
curl --request POST \ --url https://api.example.com/v1/verification-of-benefits \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "id": "<string>", "patient_id": "<string>", "status": "task_created", "created_at": "<string>" }
Run Verification of Benefits for a patient.
Successful Response
task_created
already_exists