{
"app": "EMAILBISON",
"credentials": {
"email": "admin@emailbison.com",
"password": "securepassword"
},
"orgId": "org_xyz",
"metadata": {
"appBaseUrl": "https://app.emailbison.com",
"clientId": "client_abc",
"appName": "EmailBison",
"workspace": "workspace_name"
}
}orgId is optional. metadata fields vary by app.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/exports/platform-credential?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app": "EMAILBISON",
"credentials": {
"email": "admin@emailbison.com",
"password": "securepassword"
},
"orgId": "org_xyz",
"metadata": {
"appBaseUrl": "string",
"clientId": "string",
"appName": "string",
"workspace": "string"
}
}'{
"status": 200,
"message": "Platform credentials added successfully",
"data": {
"credentialId": "cred_V2M9KP3XAQZL"
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}