Sign in

Lookup accounts

documented

Lookup accounts by provided identifiers.

POST /api/account/lookupAccountsno 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://fleep.io/api/account/lookup?ticket={{FLEEP_TICKET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"lookup_list": ["{{$lookup1}}", "{{$lookup2}}"], "ignore_list": ["{{$ignore1}}", "{{$ignore2}}"]}'
Lookup accounts · Fleep · OpenIntegrations