Skip to main content
Required ACL: listIndexes The request follows any index restrictions of the API key you use to make the request.

Usage

// Initialize the client
var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));

// Call the API
var response = await client.ListIndicesAsync();
// >LOG

See the full API reference

For more details about input parameters and response fields.
I