Submit Full VOB

Start submitting instantvob s quickly and easily.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

After submitting a full VOB request, be sure to capture the id of the VOB record. You can configure your webhook configuration to receive status updates along the way, including the final full record once the VOB is completed.

To supply a valid insurance company in the vendor field, you can call the Get Vendors endpoint to retrieve a list of valid vendors. The value you post must be sent over in the same format they are returned from this endpoint.

To supply a specific specialty different from your company's default specialty (or if a default is not set) in the specialtyId field, you can call the Get Specialties endpoint to retrieve a list of valid specialties.

Submit a Full VOB with File Uploads

To include file uploads for the patient's driver's license and/or insurance card's front and back, simply post the same request as multipart form data (Content-Type: multipart/form-data) with the following additional fields posted as files:

  • driversLicenseImg For the front of the driver's license image.
  • driversLicenseImgBackFor the back of the driver's license image.
  • insuranceCardImg For the front of the Insurance card image.
  • insuranceCardImgBack For the back of the Insurance card image.
Body Params
string
required

The insurance member id of the patient you are verifying.

string
required

First name of the patient you are verifying.

string
required

Last name of the patient you are verifying.

string
required

Date of birth of the patient you are verifying. Format is MM/DD/YYYY

string
required

Name of the vendor or insurance company the patient is a member of. You can retrieve a list of valid vendors from the /vendors API.

boolean
required

Whether or not you want to verify in network or out of network benefits.

int32
Defaults to null

The specific specialty you would like to run the VOB for.

string

Patient's phone number.

string

Patient's alternative phone number.

string

Options are "Male", "Female", or "Unknown"

string

Social Security Number of the patient.

string

Patient's address.

string

Patient's city.

string

Patient's state.

string

Patient's zip code.

string

Any note you want the Integrity Billing team to be aware of.

boolean
Defaults to false

Include a PDF link in your final webhook response.

Headers
string
required

The API Key for the facility and user you want to run the VOB under.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain