Skip to content

Endpoint

  • Method: GET
  • Path: /portal/settings
  • Edition: Core
  • Controller: PortalController@getSettings
  • Route source: app/Http/Routes/api.php

GET Get Portal Settings

GET
/portal/settings

Get the authenticated affiliate's portal settings.

Controller: PortalController@getSettings
Route source: 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
{
"settings": {
"ref_email_notification": "string",
"payment_email": "string",
"bank_details": "string"
},
"form_fields": {
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation