POST
/
1
/
events
{
  "status": 200,
  "message": "OK"
}

Authorizations

x-algolia-application-id
string
headerrequired

Your Algolia application ID.

x-algolia-api-key
string
headerrequired

Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.

Body

application/json
events
object[]
required

Click and conversion events.

All events must be valid, otherwise the API returns an error.

Response

200 - application/json

The response of the Insights API.

message
string

Details about the response, such as error messages.

status
integer

The HTTP status code of the response.