Sync contact list
documentedFetch a list of contacts by IDs for syncing.
POST /api/contact/sync/listContactsno implementation yet0 runsNo 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/contact/sync/list?ticket={{FLEEP_TICKET}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"contacts": ["{{$contact1}}","{{$contact2}}"]}'