Placewise API
Get startedExplore
Performance Cloud 🗗Placewise 🗗
Get startedExplore
Performance Cloud 🗗Placewise 🗗
IndexPublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
IndexPublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
  1. Misc
  • Introduction
  • Templating system
  • Message model
  • Sending model
  • Messages
    • Campaigns
      • Introduction
      • Duplicate Campaign
      • Create Campaign
      • List Campaigns
      • Show Campaign
      • Update Campaign
      • Archive Campaign
      • Restore Campaign
      • Destroy Campaign
    • Create Message
      POST
    • List Messages
      GET
    • Show Message
      GET
    • List Message Sendings
      GET
    • Update Message
      PUT
    • Duplicate Message
      PUT
    • Delete Message
      DELETE
    • List Messages Overview
      GET
  • Sendings
    • Show Sending
      GET
    • Create Sending
      POST
    • Update Sending
      PUT
    • Cancel Sending
      PUT
  • Templates
    • Introduction
    • Bee Templates
      • Introduction
      • List Bee Email Templates
      • Show Bee Email Template
      • List Bee Email Templates Tags
    • List Templates
      GET
    • Show Template
      GET
    • Create Template
      POST
    • Update Template
      PUT
    • Destroy Template
      DELETE
  • Misc
    • List Messaging Services
      GET
    • List Merge Properties
      GET
    • Show Messaging Settings
      GET
Get startedExplore
Performance Cloud 🗗Placewise 🗗
Get startedExplore
Performance Cloud 🗗Placewise 🗗
IndexPublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
IndexPublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
  1. Misc

List Merge Properties

GET
https://api.mpc.dev.placewise.com/v1/messages/merge_properties
API Permit:Messages:Api:MergeProperties:List
API Context:Loyalty Club
Authorizations:UserToken
Lists merge properties available for Message characterized by given input params.

Member properties#

Availability of member properties depends on the service - it can be consulted here (member attribute).
However, there are services where it is conditional ("member": null) - it depends on the use case.
Based on this, the member=true query param should be provided when it is expected that the messages will be sent to MPC members.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages/merge_properties?service=campaigns&member=true&channel=email' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl' \
--header 'Content-Type: application/json'
Response Response Example
{
    "merge_properties": [
        {
            "type": "service",
            "value": "code",
            "title": "string",
            "channel": "sms",
            "required": true
        }
    ]
}
Previous
List Messaging Services
Next
Show Messaging Settings
Built with