Endpoint
- Method:
GET - Path:
/settings/groups/{id}/overview - Edition: PRO
- Controller:
AffiliateGroupController@overview - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
GET Get Group Overview
GET
/settings/groups/{id}/overview
Get summary stats for a group.
Controller: AffiliateGroupController@overview
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)
Parameters
Path Parameters
id*
The id.
Type
Requiredinteger
Responses
Successful response
application/json
JSON
{
"widgets": {
"unpaid_amount": 0,
"paid_amount": 0,
"total_affiliate": 0,
"total_earnings": 0
}
}