Connected Accounts
Retrieve accounts connected to logged in user.
Logged in user only.
import { Me, platforms } from "call-of-duty-api";
try {
let data = await Me.connectedAccounts(gamertag: string, platform: platforms)
} catch(Error) {
//Handle Exception
}
Last modified 1yr ago