public
Search URIs by list
Accepts a list of URIs and returns matching results based on provided criteria.
post/search/uris
Request body
Example request
{
"uris": [
"/economy",
"/health"
],
"limit": 10
}Response
OK
Accepts a list of URIs and returns matching results based on provided criteria.
{
"uris": [
"/economy",
"/health"
],
"limit": 10
}OK