Endpoint
- Method:
GET - Path:
/feeds/links - Edition: Core
- Controller:
FeedsController@getLinks - Route source:
fluent-community/app/Http/Routes/api.php:69 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
GET Get Feed Links
GET
/feeds/links
Get Feed Links for the FluentCommunity Feeds API.
Controller: FeedsController@getLinks
Route source: fluent-community/app/Http/Routes/api.php:69
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Query Parameters
scope
Scope read via $request->getSafe() in getLinks().
Type
string
Responses
Successful response
application/json
JSON "links": [ { "additionalProperties": "string" } ]
{
}