Skip to main content
Question

Gong API /v2/tasks throwing error "Json parse error, verify Json format matches the API description."

  • July 15, 2025
  • 2 replies
  • 45 views

Forum|alt.badge.img

{
    "requestId": "2lqvzmeot2l2cb1gaxy",
    "errors": [
        "Json parse error, verify Json format matches the API description."
    ]
}

2 replies

Molly Kipnis
Forum|alt.badge.img+2
  • Community Manager
  • July 23, 2025

Hey there ​@Sherhonbek Nuraliev, thanks for your question! ​@BridgetFinegan, any thoughts here? 


PeterBFerrigan

Hi ​@Sherhonbek Nuraliev !

Yes, this is a JSON formatting issue - your request body isn't matching what the API expects:

1. Use a JSON validator (like jsonlint.com) to catch syntax errors
2. Check the expected field names that API is looking for, watch out for cases and date formats. 


Are you able to share your JSON payload?

-Peter