curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/applications/default' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: '
{
"application": {
"identifier": "website",
"name": "Website",
"welcome_message": {
"text": {
"en": "Text"
},
"enabled": true
},
"optin_channels": [
"fb_campaign_2018",
"fb_campaign_2019"
],
"enabled_properties": [
"msisdn",
"first_name"
],
"required_properties": [
"msisdn"
],
"trusted_redirection_domains": [
"example.com"
],
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}