cURL
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>" }
Creates new event entries for blockchain indexing
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Show child attributes