Skip to main content
POST
/
admin
/
algolia
Sync Algolia
curl --request POST \
  --url https://api.example.com/admin/algolia \
  --header 'Authorization: Bearer <token>'
{
  "message": "Sync in progress"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

message
string

Confirmation message that sync is in progress

Example:

"Sync in progress"