Comment on page
Rest API
This is the documentation for the Updraft REST API.
This API allows the developer to access and interact with Updraft data remotely.
Getting started with the REST API of Updraft is easy, and can be done via the command line interface.
The user authentication token is required for all requests below.
post
https://getupdraft.com/api/
user/login
Get Authorization token
get
https://mydomain.getupdraft.com/api/
applications/?title=&org=13
Get list of Apps
get
https://mydomain.getupdraft.com/api
/profiles/
Get list of Users
delete
https://mydomain.getupdraft.com/api
/versions/{id}
Delete an app version (build)
Last modified 2yr ago