curl --location 'https://customers.coldmailreseller.com/api/v1/integration/exports/platform-credentials?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Fetched connected accounts successfully",
"data": {
"EMAILBISON": {
"connected": true,
"credentials": [
{
"credentialId": "cred_V2M9KP3XAQZL",
"email": "admin@emailbison.com",
"connectedAt": "2025-01-01T00:00:00.000Z",
"metadata": {
"appBaseUrl": "https://app.emailbison.com",
"appName": "EmailBison",
"workspace": "workspace_name"
}
}
]
}
}
}