Skip to content

Endpoint

  • Method: GET
  • Path: /admin/webhooks
  • Edition: PRO
  • Controller: ProAdminController@getWebhooks
  • Route source: fluent-community-pro/app/Http/Routes/api.php:44
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

GET List Webhooks

GET
/admin/webhooks

List Webhooks for the FluentCommunity Admin API.

Controller: ProAdminController@getWebhooks
Route source: fluent-community-pro/app/Http/Routes/api.php:44

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

search

Search read via $request->getSafe() in getWebhooks().

Type
string
page

Page read via $request->get() in getWebhooks().

Type
string

Responses

Successful response

application/json
JSON
{
  
"webhooks": {
  
  
"data": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"current_page": 0,
  
  
"per_page": 0,
  
  
"from": 0,
  
  
"to": 0,
  
  
"total": 0,
  
  
"last_page": 0,
  
  
"has_more": true
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation