Xopero ONE REST API Details
This article explains the Xopero ONE REST application programming interface (API).
General possibilities
In general RESTful API is an architectural style for an application program interface(API) that uses HTTP requests to access and use data. The data can be read, updated, created, and deleted by using GET, PUT, POST, and DELETE methods. Xopero ONE REST API allows its users to perform actions mostly associated with Git services(GitHub/GitLab/Bitbucket) integration, so you can list your Git organizations, you can verify your last backup plan status, modify the backup plan, attach the license to the selected repository and much more.
See also:
Available MethodsWho can use the Xopero ONE REST API?
REST API can be used by any user with a System Administrator role assigned that is registered to the specific Xopero ONE instance.
API endpoints
You can make requests to the following REST endpoints:
POST /account/login
POST /git/organizations/getmany
POST /plans/attachgitrepository
POST /plans/detachgitrepository
POST /plans/listassignedtoorganization
POST /plans/modifygitplan
POST /git/repositories/activate
POST /git/repositories/deactivate
POST /git/repositories/getmany
POST /git/repositories/remove
POST /git/repositories/sync
More about the API methods you can see below:
Available MethodsLast updated