Some of the API's data objects feature embedded link relations that provide URL paths that allow direct navigation to an object. For example, when you get an access key status, some items within the list include a link member, as shown here:

"accessKey": {
    "accessKeyUid": 12345,
    "link": "/cam/v1/access-keys/12345"
},
"accessKeyVersion": {
    "accessKeyUid": 12345,
    "version": 1,
    "link": "/cam/v1/access-keys/12345/versions/1"
}

This link responds to a GET request for a specific accessKey or accessKeyVersion.