This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Description
There should be a method to perform API requests with the app token.
You can get by requesting this URL
/oauth/access_token
?grant_type=client_credentials
&client_id=11111111
&client_secret=9999999999
You need to do this to make calls to certain functions (such as sending a notification)