Skip to content

Portal API

Affiliate portal data — stats, referrals, transactions, visits, and settings for the currently authenticated affiliate.

Authentication

Portal routes use UserPolicy and always return data scoped to the currently authenticated affiliate.

Endpoints

MethodPathEditionOperationController
GET/portal/statsCoreGet Portal StatsPortalController@getStats
GET/portal/referralsCoreList Portal ReferralsPortalController@getReferrals
GET/portal/transactionsCoreList Portal TransactionsPortalController@getTransactions
GET/portal/visitsCoreList Portal VisitsPortalController@getVisits
GET/portal/settingsCoreGet Portal SettingsPortalController@getSettings
POST/portal/settingsCoreUpdate Portal SettingsPortalController@updateSettings

FluentAffiliate developer documentation