Endpoint
- Method:
GET - Path:
/settings/groups/{id}/statistics - Edition: PRO
- Controller:
AffiliateGroupController@statistics - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
GET Get Group Statistics
GET
/settings/groups/{id}/statistics
Get detailed statistics for a group.
Controller: AffiliateGroupController@statistics
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
{
"data": [
{
}
],
"labels": [
"string"
]
}