当我尝试以最终用户身份对 Zendesk API 进行身份验证,然后列出票证时,它总是以 403 Forbidden 响应:
例如
GET
https://mysite.zendesk.com/api/v2/requested.json
Basic Authorization
返回 403
{
"error": {
"title": "Forbidden",
"message": "You do not have access to this page. Please contact the account owner of this help desk for further help."
}
}