GET Advanced Report Providers​
GET
/reports/advanced-providers
Retrieve the list of registered advanced report providers. Providers are registered via the fluent_crm/advanced_report_providers filter, typically by the Pro add-on or third-party integrations. Returns an empty array when no providers are registered.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Advanced report providers retrieved successfully.
application/json
JSON
{
"providers": [
{
}
]
}