GET Import Driver Details​
Retrieve configuration details for a specific import driver. For the users driver, returns available WordPress roles and configuration fields. When called with summary=true, returns a preview of matching users. For other drivers, the response is determined by the driver's filter hook.
Required capability: fcrm_manage_contacts
Enforced by ImportUserPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
Import driver identifier (e.g., users, csv).
Query Parameters
If truthy, returns a summary/preview of contacts to import based on the current config.
User roles to filter by (for the users driver summary view).
Responses​
Driver configuration or import summary.