post
https://api.realestateapi.com/v1/PropertyPortfolio/SavedSearch/Create
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example JSON Input Object
{
"search_name": "Oklahoma City MLS Active SFR",
"search_query": {
"size": 1000,
"mls_active": true,
"property_type": "SFR",
"city": "Oklahoma City",
"state": "OK"
},
"meta_data": {
"key_1": "test-metadata-value"
}
}
Example JSON Output Response Object
{
"input": {
"search_name": "Oklahoma City MLS Active SFR",
"search_query": {
"size": 1000,
"mls_active": true,
"property_type": "SFR",
"city": "Oklahoma City",
"state": "OK"
},
"meta_data": {
"key_1": "test-metadata-value"
}
},
"data": {
"searchId": "5a90fb85-37c5-456f-b88f-dec52c0b8911",
"searchName": "Oklahoma City MLS Active SFR",
"xUserId": "x-user-id"
},
"statusCode": 200,
"statusMessage": "Success",
"credits": 10
}