Skip to content

Endpoint

  • Method: GET
  • Path: /settings/license
  • Edition: Pro
  • Controller: LicenseController@getStatus
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:26
  • Policy: SettingsPolicy

Get Status

GET
/settings/license

Handler: LicenseController@getStatus. Source: fluent-booking-pro/app/Http/Routes/api.php:26.

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response.

application/json
JSON
{
"data": [
{
}
],
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"from": 0,
"to": 0
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI