最近の検索
最近の検索はありません

Jay Silverio
参加日2024年3月05日
·
前回のアクティビティ2024年3月05日
フォロー中
0
フォロワー
0
合計アクティビティ
2
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Jay Silverio
Jay Silverioさんが投稿を作成しました:
I started getting 401 error when I make a call to search the articles. I am using oauth token and sending that on the header 'Bearer'. This has worked previously and was able to get results and even tested paging and I see the results in the response. Now I get 401 unauthorized. I even tried regenerating the oauth token.
$.ajax({
url: "https://domain.zendesk.com/api/v2/help_center/articles/search.json?query=keyword",
headers : {
'Access-Control-Allow-Origin' : "*",
'Authorization' : "Bearer " + oauth
},
data : {
page : 1,
per_page : 5,
scropes: ["read"]
},
crossDomain: true,
dataType: 'jsonp',
cache: false,
type: "GET",
success: function(response) {
},
error: function(xhr) {
}
});
投稿日時:2024年3月05日 · Jay Silverio
0
フォロワー
2
投票
1
コメント