Hi,
I am wondering how it would be better to set up one m2m application and multiple APIs. Is it better to create one m2m app and link it to all APIs or create separate m2m apps for each API and link them one to one? Asking this since creating separate m2m apps seems to be a more secure approach because there will be different client ids and secrets used for each API. Is my understanding correct?
Thanks