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
Requiredinteger
Query Parameters
paywall_ids
Paywall Ids read via $request->get() in getPaywalls().
Type
array
Default
Responses
Successful response
application/json
JSON "paywalls": "string"
{
}