I’m posting to “https://connect.squareupsandbox.com/v2/webhook-subscriptions” and providing the access token value of a specific Square Sandbox account in order to create a webhook subscription for it, but my post is returning the following:
{
“errors”: [
{
“category”: “INVALID_REQUEST_ERROR”,
“code”: “NOT_FOUND”,
“detail”: “Resource not found.”
}
]
}
Is it not possible to create a webhook subscription via API for a Sandbox Account?
Thanks.