Hi @andypiper,
I am getting success on GET call(Get registered webhooks) but on POST call(register a webhook) it’s given above error.
I did some analysis and seems like POSTMAN related issue as when I call same API from SOAP UI, its giving me below response,
{“errors”: [{
“code”: 214,
“message”: “Webhook URL does not meet the requirements. Invalid CRC token or json response format.”
}]}
ans sometimes it returns as below,
{“errors”: [{
“code”: 214,
“message”: “High latency on CRC GET request. Your webhook should respond in less than 3 seconds.”
}]}
When I run my CRC check API locally it gets executed within 3 secs.
Could you please suggest how to resolve this one.
Thanks,
Sharad