cURL
curl --request POST \ --url https://api.example.com/admin/algolia \ --header 'Authorization: Bearer <token>'
{ "message": "Sync in progress" }
Initiates a synchronization process for Algolia indices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Confirmation message that sync is in progress
"Sync in progress"