Get a list of the public endpoints

get/

Returns a list of the public endpoints.

Request Samples

1

Response Samples

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}

Responses

StatusMeaningDescription
200OK

Successful Response

HeadersSchema
401Unauthorized

The user was not authenticated.

Schema