GET Migrator Drivers​
GET
/migrators
Retrieve the list of available SaaS CRM migrator drivers. Default drivers include Mailchimp, ConvertKit, MailerLite, Drip, and ActiveCampaign. Additional drivers may be registered via the fluent_crm/saas_migrators filter.
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​
List of available migrator drivers.
application/json
JSON
{
"drivers": {
"additionalProperties": {
"title": "string",
"description": "string",
"logo": "string",
"credentials": {
"additionalProperties": {
"label": "string",
"type": "string",
"placeholder": "string"
}
}
}
}
}