{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [webhook:read:admin, webhook:write:admin]”
}
how to solve this
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [webhook:read:admin, webhook:write:admin]”
}
how to solve this
It seems that you have not selected the scopes required to complete the operation which were, webhook:read:admin, webhook:write:admin
.
Please go to your application/chatbot in your marketplace account, go to the scopes section and select those scopes, and then try to make the request again.
Let me know if this helps.