Skip to content

Endpoint

  • Method: GET
  • Path: /cart/spaces/{spaceId}/paywalls
  • Edition: Core
  • Controller: PaywallController@getPaywalls
  • Route source: fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:13
  • Controller source: fluent-community/Modules/Integrations/FluentCart/Http/Controllers/PaywallController.php

GET List Space Paywalls

GET
/cart/spaces/{spaceId}/paywalls

List Space Paywalls for the FluentCommunity Cart Integration API.

Controller: PaywallController@getPaywalls
Route source: fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:13

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

spaceId*

SpaceId extracted from the URL path.

Type
integer
Required

Query Parameters

paywall_ids

Paywall Ids read via $request->get() in getPaywalls().

Type
array
Default

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation