cURL
curl --request GET \ --url https://api.example.com/admin/algolia \ --header 'Authorization: Bearer <token>'
{ "appId": "YOUR_ALGOLIA_APP_ID", "productIndex": { "exists": true, "name": "<string>" } }
Retrieves the current status of Algolia configuration and product index.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The Algolia application ID
"YOUR_ALGOLIA_APP_ID"
The status of the product index
Show child attributes