Chilkat Online Tools

Unicode C++ / MeiliSearch v0.24 / List all indexes

Back to Collection Items

void ChilkatSample(void)
    {
    success = http.QuickGetSb(L"http://localhost:7700/indexes",sbResponseBody);
    }

Curl Command

curl -X GET
	-H "X-Meili-Api-Key: masterKey"
http://localhost:7700/indexes

Postman Collection Item JSON

{
  "name": "List all indexes",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{url}}/indexes",
      "host": [
        "{{url}}"
      ],
      "path": [
        "indexes"
      ]
    }
  },
  "response": [
  ]
}