POST Verify Migrator Credential​
POST
/migrators/verify-cred
Verify the API credentials for a specific CRM migrator driver. Tests the provided credentials against the external CRM service to confirm they are valid before proceeding with the migration.
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)
Request Body​
application/json
JSON
{
"driver": "string",
"credential": {
"additionalProperties": "string"
}
}
Responses​
Credentials verified successfully.
application/json
JSON
{
"message": "string"
}