Retrieves the details of an inquiry that has previously been created.
In the [Embedded Flow](doc:embedded-flow), the `inquiry-id` is the first parameter of the onStart callback. In the [Hosted Flow](doc:hosted-flow), the `inquiry-id` is a query parameter in the onComplete callback.
Retrieve an Inquiry
Authentication
Authorizationstring
API Key authentication via header
Path Parameters
inquiry-idstringRequired
Headers
Key-InflectionstringOptional
Determines casing for the API response
Response
200
dataobject or null
includedlist of objects or null
Errors
Retrieves the details of an inquiry that has previously been created.
In the Embedded Flow, the inquiry-id is the first parameter of the onStart callback. In the Hosted Flow, the inquiry-id is a query parameter in the onComplete callback.