Admin SDKs
On this page
Admin SDKs empower you to automate generation of SCILL objects like challenges, battle passes and apps. Internally, we use the Admin SDK to generate demo content and ready-to-go examples.
Whatever you can do in the Admin Panel, you can also do via script using our Admin SDKs or the REST API directly.
Authentication
The Admin SDK requires a 4Players JWT token which can be generated by providing your email address and password.
URL | https://login.4players.de/webservice/loginverify.php |
Method | POST |
Content-Type | application/x-www-form-urlencoded |
Payload |
|
Parameters
EMAIL string REQUIRED
The email address of your 4Players account that you used when creating the SCILL Developer Account.
PASSWORD string REQUIRED
The password of your 4Players account that you used when creating the SCILL Developer Account.