Get Inquiries
API endpoint to manage inquiries and incoming requests.
Get Inquiries
GET
/api/v1/inquiries/:uuid?
Retrieve a list of inquiries from your Monolith database.
Path Parameters
uuid
String
Unique value that identifies a specific inquiry.
Query Parameters
uuid
String
Unique value that identifies a specific inquiry. This value will take precedence over the UUID URL param if passed.
inquiry_id
String
This is a unique integer value that identifies a specific inquiry. \nThis serves the same purpose as the uuid value.
status
String
This is the status of an inquiry.
request_id
Integer
This is the request_id of the inquiry. This value is usually associated with a Relay request, but can also be associated with external request systems if utilized via API when creating an inquiry.
Headers
x-api-key*
String
Monolith API Key
Get Inquiries Examples
Using uuid as URL path param:
Using Query Params:
Last updated