Skip to content

Instantly share code, notes, and snippets.

@larryq
Created March 3, 2021 16:27
Show Gist options
  • Save larryq/60e3f843752a93e232f046e5510c841c to your computer and use it in GitHub Desktop.
Save larryq/60e3f843752a93e232f046e5510c841c to your computer and use it in GitHub Desktop.
{
"status": "success",
"data": {
"context": {
"sessionId": "BTGK6GIG46EF"
},
"validationErrors": [
{
"msg": "Must provide a valid uniqueId to identify the user!",
"field": "context.uniqueId"
},
{
"msg": "Must provide a valid sourcePlatform (valid ones are ios, andriod, web, imessage, ios.keyboard, android.keyboard, slack, facebook, other)!",
"field": "context.sourcePlatform"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment