Sign in

Identify Profile (legacy GET)

documented

Legacy GET-based identify payload (base64-encoded).

GET /api/identifyTrack & Identifyno implementation yet0 runs
No 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://a.klaviyo.com/api/identify?data={{DATA_B64}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Identify Profile (legacy GET) · Klaviyo · OpenIntegrations