Documentation

2. Browseable APIΒΆ

Tower features a browseable API feature.

You can visit the API in a browser at: http://<Tower server name>/api

REST API

Clicking on various links in the API allows you to explore related resources.

REST API - discover resources

Clicking on the question next to the page name (toward the top of the screen) for an API endpoint gives you documentation on the access methods for that particular API endpoint and what data is returned when using those methods.

REST API - docs

You can also PUT and POST on the specific API pages by formatting JSON in the various text fields.

REST API - POST to API via form