Skip to main content
GET
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

OK

lastUpdatedAt
string
required

Date and time when the profile was last computed, in RFC 3339 format.

Example:

"2023-06-15T15:06:04.249906Z"

Index personalization filters by index name.

userID
string
required

User ID of the user.

version
string
required

Version of the response format.

Last modified on March 23, 2026