{
"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"
]
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/applications' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
]
}
}'
{"application":{"id":10683,"loyalty_club_id":235,"name":"new application","slug":"new-application","created_at":"2025-01-28T13:12:22.127024Z","updated_at":"2025-01-28T13:12:22.127024Z","welcome_message":{"text":{"en":"hello!"},"enabled":true},"subproducts":[],"enabled_properties":null,"required_properties":[],"trusted_redirection_domains":[]}}