Authorization on REST proxy in SDK style (common secret key for all app users)

Hi Guys,
Our app should have big number of users (mobile devices). We plan send analytic events to Kafka via REST Proxy.
What is best practice of simple authorization for all app users in REST Proxy ? I mean some common secret key.
Where can I see working examples ? Thanks!