I am trying to use an API call to register for push notifications and I am stuck at getting this error response:
{
"error": "RecordInvalid",
"description": "Record validation errors",
"details": {
"user_sdk_identity": [{
"description": "User sdk identity cannot be blank",
"error": "BlankValue"
}]
}
}
I have tried adding a user_sdk_identity field, and variations, in several places. I can't find any reference to this string anywhere on the internet. Is there anyway I can make this work?