Ranking REST API¶
Documentation of the Indexing REST API.
Obtain entities by type¶
-
GET/api/health¶ Status of api health
Example request:
$ curl --location --request GET 'https://{{indexing-host}}/api/health'Example response:
{ "status": "UP" }
- Response Headers
Content-Type – application/json
- Status Codes
200 OK – no error