Tower uses a standard REST API, rooted at /api/ on the server. The API
is versioned for compatibility reasons, but only /api/v1/ is presently
available. You can see information about what API versions are available by querying /api/.
All data is JSON by default. You may have to specify the content/type on POST or PUT requests accordingly.
All URIs not ending with "/" receive a 301 redirect.