Skip to content

Endpoint

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

Save License

POST
/settings/license

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
}

Responses

Successful response.

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI