Skip to content

Commit 459e73c

Browse files
authored
Remove /feeds endpoint (#1933)
1 parent 0a20b89 commit 459e73c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/content/data-streams/reference/streams-direct-interface-api.mdx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -150,36 +150,6 @@ GET /api/v1/reports/page?feedID=<FeedID>&startTimestamp=<StartTimestamp>&limit=<
150150
}
151151
```
152152

153-
### Return all feeds you have permission to access
154-
155-
##### Endpoint
156-
157-
**`/api/v1/feeds`**
158-
159-
| Type | Description | Parameter(s) |
160-
| -------- | --------------------------------------------------------- | ------------ |
161-
| HTTP GET | Return a list of all feeds you have permission to access. | None |
162-
163-
##### Sample request
164-
165-
```http
166-
GET /api/v1/feeds
167-
```
168-
169-
##### Sample response
170-
171-
```json
172-
{
173-
"feeds": [
174-
{ "feedID": "hex encoded feedID1" },
175-
{ "feedID": "hex encoded feedID2" },
176-
{ "feedID": "hex encoded feedID3" },
177-
// ...
178-
{ "feedID": "hex encoded feedIDn" }
179-
]
180-
}
181-
```
182-
183153
## Error response codes
184154

185155
| Status Code | Description |

0 commit comments

Comments
 (0)