Search Request
Create a new Smart Search request. This endpoint starts a search job
Authorizations
x-api-keystringRequired
Body
typestring · enumRequiredPossible values:
searchstringRequiredExample:
john doeResponses
200
Search created successfully
application/json
searchIdintegerOptionalExample:
29693statusstringOptionalExample:
completedcreatedAtstring · date-timeOptionalExample:
2026-05-28T12:10:11Zpost/api/products/search
POST /api/products/search HTTP/1.1
Host: api.dos-op.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"type": "NAME_OR_ADDRESS",
"search": "john doe"
}200
Search created successfully
{
"searchId": 29693,
"status": "completed",
"createdAt": "2026-05-28T12:10:11Z"
}Last updated