PASAR API
Server APIs authenticate with AppKey/AppSecret CheckSum (Nonce + CurTime SHA1); English docs provided.
View docs ↗ More Communications APIs# NetEase Yunxin ~ IM messaging & SMS APIs needs an API key ~ get yours at: # https://doc.yunxin.163.com/messaging/server-apis curl 'https://api.netease.im/nimserver' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a China API into my app. API: NetEase Yunxin ~ IM messaging & SMS APIs Provider: NetEase Yunxin (网易云信) Auth: requires an API key (sign up: https://doc.yunxin.163.com/messaging/server-apis) Pricing: freemium Base URL: https://api.netease.im/nimserver Important note: Server APIs authenticate with AppKey/AppSecret CheckSum (Nonce + CurTime SHA1); English docs provided. Source: NetEase Yunxin (网易云信) (https://doc.yunxin.163.com/messaging/server-apis) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.