List endpoints
get/api/endpoints
Responses
Endpoint List Response
1{
2 "schema": {
3 "items": {
4 "properties": {
5 "cache_duration_seconds": {
6 "type": "integer"
7 },
8 "enable_auth": {
9 "type": "boolean"
10 },
11 "inserted_at": {
12 "format": "date-time",
13 "type": "string"
14 },
15 "max_limit": {
16 "type": "integer"
17 },
18 "name": {
19 "type": "string"
20 },
21 "proactive_requerying_seconds": {
22 "type": "integer"
23 },
24 "query": {
25 "type": "string"
26 },
27 "sandboxable": {
28 "type": "boolean"
29 },
30 "source_mapping": {
31 "type": "object"
32 },
33 "token": {
34 "type": "string"
35 },
36 "updated_at": {
37 "format": "date-time",
38 "type": "string"
39 }
40 },
41 "required": [
42 "name",
43 "query"
44 ],
45 "title": "Endpoint",
46 "type": "object"
47 },
48 "type": "array"
49 }
50}