...
The API provides a set of URIs, each of them identifying and providing access to operations on a certain resource. For instance, the URI /content/objects/59
will allow you to interact with the Content with ID 59, while /content/types/1
will allow you to interact with the ContentType with ID 1.
...