Sign in

Get Lists

documented

Retrieve lists in the account.

GET /api/listsListsno 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/lists{{$query}}{{$page}}{{$limit}}" \
  -X GET \
  -H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}" \
  -H "Accept: application/vnd.api+json"