What are you trying to achieve?
I am trying to set up a webhook for Instagram platform. However, I am encountering an error stating:
“The callback URL or verify token couldn’t be validated. Please verify the provided information or try again later.”
I want to successfully validate my webhook and receive events from the API.
Steps taken so far
Verified that my callback URL is publicly accessible via HTTPS.
Checked that my server correctly handles the verification request (hub.mode, hub.verify_token, hub.challenge).
Confirmed that the verify token in my API settings matches what my server expects.
Tested my endpoint using Postman/cURL and received the expected response.
Reviewed my server logs but did not see any errors related to the verification process.