/search/uris

POST

Accepts a list of URIs and returns matching results based on provided criteria.

Parameters

Name Type Description
body body Request object containing URIs and optional pagination parameters.

Responses

200: OK

Example value
{
  "count": 5,
  "results": [
    "/economy/data",
    "/economy/reports"
  ]
}

400: Bad Request - Invalid request format or parameters

500: Internal server error