...
/orgs
GET
- enumerates orgs
/projects
GET
- enumerates all projects user has access to
/projects/{PROJECT_ID}/branches
GET
- enumerates all branches within a project that a user has access to
/projects/{PROJECT_ID}/branches/{BRANCH_ID}/commits
GET
- enumerates all ancestor commits given the project and branch id
/projects/{PROJECT_ID}/locks
GET
- enumerates all branches within a project that a user has access to
...