Identify visitor
documentedPosts visitor identifiers to lookup or attach a visitor in Ruler Analytics (returns visitor context and IDs).
POST /api/1/visitorVisitor Datano implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://public-api.rulerapi.com/api/1/visitor" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Authorization: {{RULERANALYTICS_API_KEY}}" \
-d '{"phone": "{{$phone}}", "email": "{{$email}}", "cid": "{{$cid}}"}'