我無法使用獲取請求授權從對講機訪問用戶。這是我做了什麼:對講集成驗證python
import requests
headers = {
'Authorization': 'Bearer {my accsess token}',
'Accept': 'application/json',
'Content-Type': 'application/json',
}
res = requests.get("https://api.intercom.io/users",headers=headers)
錯誤我得到:
{ 「代碼」: 「token_unauthorized」, 「消息」: 「未授權訪問 資源」}
請告訴我我做錯了什麼。 在此先感謝。這裏從支持團隊對講
訪問令牌的對講REST API