If you build a plugin for a third party software you may need to authenticate users to secure the API key information for each installed plugin. This API creates a User for each publisher for your plugin. A User will now receive a unique production API keys for both Submission API and Distribution API. Create UserRequest GET http://testapi.adility.com/user/beta/ Response { "status": "OK", "user": {
"maximum_reservation_quantity": "100", "reservation_allowed": "true", "promotion_required": "false" } } |