Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "response": {
        "status": "OK",
        "dmp_customer_id": 1328,
        "dmc_customer_id": 61037
    }
}

 

Get the DMP UUID related to a Mapp Digital Engage contact ID

Method

GET

Path

/dmc/dmp-uuid

Parameters

NameTypeRequiredDescription
dmc_customer_idnumberYThe Mapp Digital Engage customer ID
contact_idstringYThe Mapp Digital Engage contact ID
platform_idnumberYThe DMP platform ID for Mapp Digital Engage

Example cURL

Code Block
curl -X GET \
'https://platform.flxone.com/api/dmc/dmp-uuid?dmc_customer_id=610037&contact_id=482765&platform_id=13' \
-H 'Cache-Control: no-cache' \
-H 'X-AUTH: nek9623gdht31td0sq6nj4hgln1hdh1cpxsbetp8em657np39sv9lc3ghd23ilp4haioptK2vbubmc5ol9ckapvh6jGnv3evh8imnn1' \
-H 'X-CSRF: 79b83e13bxec1c6fce34eb697226b434'

Example Output

Code Block
{
    "response": {
        "status": "OK",
        "uuid" : "a84bceab-56e0-424e-bd06-d671bd7eca10"
    }
}