Skip to content

Endpoint

  • Method: POST
  • Path: /scheduled-posts/publish/{feed_id}
  • Edition: PRO
  • Controller: SchedulePostsController@publishPost
  • Route source: fluent-community-pro/app/Http/Routes/api.php:101
  • Controller source: fluent-community-pro/app/Http/Controllers/SchedulePostsController.php

POST Publish Scheduled Post

POST
/scheduled-posts/publish/{feed_id}

Publish Scheduled Post for the FluentCommunity Feeds API.

Controller: SchedulePostsController@publishPost
Route source: fluent-community-pro/app/Http/Routes/api.php:101

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
{
  
"feed": {
  
  
"id": 0,
  
  
"permalink": "string"
  
},
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation