Skip to main content
POST
curl
Required ACL: recommendation

Authorizations

x-algolia-application-id
string
header
required

Your Algolia application ID.

x-algolia-api-key
string
header
required

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.

Path Parameters

userToken
string
required

Unique identifier representing a user for which to fetch the personalization profile. Unique pseudonymous or anonymous user identifier.

This helps with analytics and click and conversion events. For more information, see user token.

Example:

"test-user-123"

Response

Accepted.

message
string
required

Response message.

Example:

"Accepted"

status
integer
required

Status code.

Example:

202

Last modified on March 23, 2026