#lucascheles
1 messages · Page 1 of 1 (latest)
Hello, I actually think you are getting the events on all endpoints because they are on the same account in the same mode
An account's endpoints will all get events for anything that happens on the account in the mode they were created in
The only other filtering is event types, so you may be able to segment your endpoints by that if they each have some distinct job
But if you want to test the same API calls and events on each, you will either need to make code to filter based on the things each machine does, or you may want to create separate test accounts
ok got it
thank you