App47 Account Management API Overview
The App47 system allows you to programmatically create, update, delete, and read various objects related to account such as:
-
Users
-
Groups
-
Devices
-
Apps
The API is RESTful; what's more, there is a sample project on Github, dubbed API-Examples (this project uses Ruby) demonstrating its usage. In addition to our API-Examples, we offer two other projects that might be helpful for those wishing to utilize our API:
-
Enchilada, which is a Ruby utility for importing users into the App47 system via an Excel spreadsheet
-
Build_47, which is a Ruby utility for pushing builds (iOS & Android) to App47 for App store distribution
In the Account section, you’ll see an API tab — click that you will see your account’s unique APItoken. This token can be regenerated at will; furthermore, it’s required in a custom HTTP header (X-Token) for all programmatic communication. All data is returned as XML unless an HTTP Accept header specifies JSON, in which case JSON documents will be returned.
Comments
0 comments
Please sign in to leave a comment.