Sign in

Get account activity logs

documented

Retrieve user activity logs for the Brevo account.

GET /v3/organization/activitiesAccounts and settingsno 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://api.brevo.com/v3/organization/activities?startDate={{$startDate}}&endDate={{$endDate}}&email={{$email}}&limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "api-key: {{SENDINBLUE_API_KEY}}"