Developer Resources
REST API reference, native mobile SDKs, template language for action HTML, Google Tag Manager template, and other tools for integrating Personyze programmatically.
-
Template Language — Action HTML Reference
Complete reference for the Personyze action template language: ${args} variables, user/session variables, functions, ${foreach} loops over Personyze tables, conditionals, special $-prefixed classes ($responsive, $btn, $popup, $cform, etc.), form handling, and…
-
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.