Solved
Target API HV000028: Unexpected exception during isValid call
Trying to hit a basic Target API call through postman, following the instructions found here: https://developers.adobetarget.com/api/delivery-api/#section/User-Permissions-(Premium)
Getting the following error: HV000028: Unexpected exception during isValid call
details:
payload:
{
"context": {
"channel": "web",
"browser" : {
"host" : "demo"
},
"address" : {
},
"screen" : {
"width" : 1200,
"height": 1400
}
},
"property" : {
"token": "25ab4fa4-da59-b461-e442-1ab323f125dd"
},
"execute": {
"mboxes" : [
{
"name" : "target-global-mbox",
"index" : 1
}
]
}
}