Get a list of the public endpoints
get/
Returns a list of the public endpoints.
1{2 "links": [3 {4 "href": "/",5 "method": "GET",6 "rel": "self",7 "responseType": "application/json",8 "type": "application/json",9 "uri": "/"10 }11 ],12 "version": "1"13}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | Successful Response | Headers | Schema |
| 401 | Unauthorized | The user was not authenticated. | Schema |