Skip to content

Endpoint

  • Method: GET
  • Path: /settings/license
  • Edition: PRO
  • Controller: LicenseController@getStatus
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

GET Get License

GET
/settings/license

Get the current Pro license status.

Controller: LicenseController@getStatus
Route source: fluent-affiliate-pro/app/Http/Routes/api.php

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
"license_status": "string",
"license_expires": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation