Question

validation token error not found while creating webhook subscription

  • 29 July 2022
  • 1 reply
  • 424 views

While Creating a webhook subscription, I am getting an error of

"errorCode": "SUB-520", "message": "Validation Token is not returned".




1 reply

Userlevel 1
Did you return the validation token while creating the subscription? You have to return the validation token within 3 seconds. Otherwise, you would receive that error message. See the dev guide for sample code of how to return a validation token.

Reply