Skip to content

Endpoint

  • Method: GET
  • Path: /feeds/{feed_id}/by-id
  • Edition: Core
  • Controller: FeedsController@getFeedById
  • Route source: fluent-community/app/Http/Routes/api.php:49
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

GET Get Feed By ID

GET
/feeds/{feed_id}/by-id

Get Feed By ID for the FluentCommunity Feeds API.

Controller: FeedsController@getFeedById
Route source: fluent-community/app/Http/Routes/api.php:49

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation