GET
/
api
/
communication-groups
/
{id}
/
merge-fields
Get Available Merge Fields
curl --request GET \
  --url https://api.embedreach.com/api/communication-groups/{id}/merge-fields
{
  "success": true,
  "message": "<string>",
  "data": {
    "mergeFields": [
      {
        "category": "<string>",
        "entries": [
          {
            "label": "<string>",
            "value": "<string>"
          }
        ]
      }
    ]
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Path Parameters

id
string
required

The id of the communication group. Pass all to get all merge fields not specific to a communication group

Response

200
application/json

Status 200 response

The response is of type object.