Skip to content

Endpoint

  • Method: POST
  • Path: /settings/managers
  • Edition: PRO
  • Controller: ProSettingController@updateManager
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

POST Update Managers

POST
/settings/managers

Add or update an affiliate manager.

Controller: ProSettingController@updateManager
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)

Request Body

application/json
JSON
{
}

Responses

Successful response

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation