Solved
Forum Discussion
1 Reply
Sort By
- KarelHusaSuper Contributor
TSRAO, most probably, the API response contains a duplicate key, e.g., the following JSON contains duplicate email keys:
{
"name": "Joe Doe",
"email": "some@email.com",
"email": "another@email.com"
}There may be another reason, but that would need further details of your issue.