Sign in

Get Account

documented

Retrieve a specific account by ID.

GET /api/accounts/{account_id}Accountsno 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/accounts/{{$account_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{KLAVIYO_API_KEY}}"
Get Account · Klaviyo · OpenIntegrations