Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SendBird チャット API でチャネルのリストを取得しようとしています。
curl -d "auth=API_TOKEN" https://api.sendbird.com/channel/list
それは戻ってきInvalid Paramsます。
Invalid Params
コンテンツ タイプを使用json/applicationし、本文は にする必要がありますjson。
json/application
json
例えば:
curl -d '{"auth":"API_TOKEN"}' -H "Content-type: application/json" -X POST https://api.sendbird.com/channel/list