API configuration: battlenet

Features

FeatureStatus
Auth (OAuth)
Syncs & Actions
Nango Proxy
Auto-pagination🚫 (time to contribute: <1h)
API-specific rate limits🚫 (time to contribute: <1h)
We can implement missing features in <48h, just ask for it in the community.

Getting started

Need help getting started? Get help in the community.

Connection configuration in Nango

Battlenet uses different domain extensions for different regions.

You need to pass the domain extension to use to Nango in the nango.auth() call:

nango.auth('battlenet', '<CONNECTION-ID>', {params: {extension: 'com.cn'}});

For more details, see the docs here.

API gotchas

  • Tokens cannot be refreshed, hence when the token expires, resource owners will have to go through the authorize flow again.
Add Getting Started links and Gotchas by editing this page