Skip to content

Endpoint

  • Method: GET
  • Path: /feeds/welcome-banner
  • Edition: Core
  • Controller: FeedsController@getWelcomeBanner
  • Route source: fluent-community/app/Http/Routes/api.php:72
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

GET Get Welcome Banner

GET
/feeds/welcome-banner

Get Welcome Banner for the FluentCommunity Feeds API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"welcome_banner": {
  
  
"enabled": "string",
  
  
"mediaType": "string",
  
  
"bannerImage": "string",
  
  
"bannerVideo": {
  
  
  
"type": "string",
  
  
  
"url": "string",
  
  
  
"content_type": "string",
  
  
  
"provider": "string",
  
  
  
"title": "string",
  
  
  
"author_name": "string",
  
  
  
"html": "string"
  
  
},
  
  
"ctaButtons": [
  
  
  
{
  
  
  
  
"label": "string",
  
  
  
  
"link": "string",
  
  
  
  
"type": "string",
  
  
  
  
"newTab": "string"
  
  
  
}
  
  
],
  
  
"allowClose": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation