Sign in

Get List

documented

Retrieve a specific list by ID.

GET /api/lists/{list_id}Listsno 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/{{$list_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}"
Get List · Klaviyo · OpenIntegrations