Get an API object

get/
Internal-Use Only

Returns the API object that contains a set of links for the supported endpoints.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "href": "string",
5 "itemType": "string",
6 "method": "string",
7 "rel": "string",
8 "responseItemType": "string",
9 "responseType": "string",
10 "title": "string",
11 "type": "string",
12 "uri": "string"
13 }
14 ],
15 "version": 1
16}

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The response body type.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema