Skip to main content
POST
/
action
/
indexing
/
events
Index events
curl --request POST \
  --url http://localhost:4000/v1/action/indexing/events \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "success": true,
  "message": "<string>",
  "statusCode": 123,
  "timestamp": "<string>",
  "data": {
    "processed": 3
  },
  "path": "<string>"
}

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Body

application/json

Response

200 - application/json
success
boolean
required
message
string
required
statusCode
number
required
timestamp
string
required
data
object
path
string