{
"appId": "YOUR_ALGOLIA_APP_ID",
"productIndex": {
"exists": true,
"name": "<string>"
}
}
Retrieves the current status of Algolia configuration and product index.
{
"appId": "YOUR_ALGOLIA_APP_ID",
"productIndex": {
"exists": true,
"name": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.