| Key | Type | Description |
|---|---|---|
settings.channels | Object | Contains information about channels. When given channel is not available for LC, it's null. |
settings.channels.sms.sender_type | string | See Channel-specific attributes |
settings.channels.sms.sender_value | string | See Channel-specific attributes |
settings.channels.email.from_name | string | See Channel-specific attributes |
settings.channels.email.from_email | string | See Channel-specific attributes |
settings.channels.push.android_app_id | string | ID of android app configured for push messages receiving |
settings.channels.push.ios_app_id | string | ID of ios app configured for push messages receiving |
{
"settings": {
"channels": {
"sms": {
"sender_type": "alphanumeric",
"sender_value": "Infinity"
},
"email": {
"from_name": "Infinity",
"from_email": "infinity-mall@placewise.com"
},
"push": {
"android_app_id": "no.bstcm.loyaltyapp.infinity_mall",
"ios_app_id": "1231452117"
}
}
}
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages/settings' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '{}