Skip to content

Endpoint

  • Method: GET
  • Path: /feeds/oembed
  • Edition: Core
  • Controller: FeedsController@getOembed
  • Route source: fluent-community/app/Http/Routes/api.php:67
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

GET Get OEmbed

GET
/feeds/oembed

Get OEmbed for the FluentCommunity Feeds API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

url

URL read via $request->get() in getOembed().

Type
string

Responses

Successful response

application/json
JSON
{
  
"oembed": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation