Developers
The REST API, SDKs, server-side personalization and the template language.
-
Server-side personalization and A/B testing
Ask the decision engine over HTTP from your own server, so personalization and A/B tests are decided before the page reaches the browser.
-
Identity HTTP Headers
Attach custom HTTP headers to the requests Personyze makes to your domains, so CloudFront, AWS WAF or an API gateway does not block them.
-
Full-featured API
Generate and manage the API keys that authenticate programmatic access to Personyze, with links to the complete REST API reference.
-
REST API — Objects Reference
Per-object reference for every Personyze REST API endpoint: users, user lists, products, articles, actions, placeholders, interactions, events, forms, sessions archive, user interests, daily summaries, and more. Column lists, method support,…
-
REST API — Path Parameters
The path-parameter syntax shared by every Personyze REST endpoint: where, columns, column, order_by, order_by_desc, limit, plus single-id lookups and the indexed-column requirement on large tables.
-
REST API — Authentication
How to authenticate Personyze REST API requests: where to find your API key, how to send it (Authorization header or URL shortcut), what error codes mean, and how to handle…
-
REST API — Overview & Quick Start
The Personyze REST API lets third-party applications read and modify data in your account: users, products, articles, placeholders, actions, recommendations, reporting, and more. Plain HTTPS, JSON in/out, the four standard…
-
Developer Resources — REST API & SDKs
REST API, template language, and SDKs for integrating with Personyze programmatically. Full native documentation in the wiki, plus GitHub repos for code.