Skip to main content
GET
Get Dental Inquiries

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

external_id
string
limit
integer
default:200

Response

Successful Response

id
string
required

unique generated (uuid4) id for the inquiry

status
enum<string>
required

status of the inquiry

Available options:
SCHEDULED,
IN_PROGRESS,
SUCCESS,
UNSUCCESSFUL,
CANCELLED,
UNKNOWN
Example:

"SUCCESS"

creation_ts
string<date-time>
required

timestamp of when the inquiry was created

Example:

"2020-01-01T00:00:00.000000Z"

request
Request · object
required

The request that was used to create the inquiry.

summary
string

summary of the call results

Example:

"Benefits retrieved successfully."

results
Results · object

The output from the call containing the benefits results.