Sign in

Get List Fields

documented

Get all fields/tags for a given list (hash/listUID).

POST /rest/subscribers_list/getFieldsListsno 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.easysendy.com/rest/subscribers_list/getFields" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"api_key":"{{EASYSENDY_API_KEY}}","hash":"{{$list_uid}}"}'
Get List Fields · easysendy · OpenIntegrations