Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
ExplorePublic APIManagement APIUsers APIOperations APIMessaging API
Reporting APIML APIData API
  1. Misc
  • Introduction
  • Templating system
  • Message model
  • Sending model
  • Messages
    • Campaigns
      • Introduction
      • Create Campaign
      • List Campaigns
      • Show Campaign
      • Update Campaign
      • Archive Campaign
      • Restore Campaign
      • Destroy Campaign
    • Create Message
      POST
    • List Messages
      GET
    • Show Message
      GET
    • Update Message
      PUT
    • Duplicate Message
      PUT
    • Delete Message
      DELETE
  • 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
  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

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C#
Ruby
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;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl'

Responses

🟢200Success
application/json
Body

Example
{
    "merge_properties": [
        {
            "type": "service",
            "value": "code",
            "title": "string",
            "channel": "sms",
            "required": true
        }
    ]
}
Previous
List Messaging Services
Next
Show Messaging Settings
Built with