Call Of Duty API
  • Call Of Duty API
  • Getting Started
  • How to Login
  • Modern Warfare
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Modern Warfare 2
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Warzone 2
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Modern Warfare 3
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Cold War
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Vanguard
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Store
    • Get Store Content
    • Get Bundle Information
    • Battle Pass Tiers
  • User
    • Cod Points
    • Connected Accounts
    • Event Feed
    • Identities
    • Settings
  • Misc
    • Fuzzy Search
Powered by GitBook
On this page

Was this helpful?

How to Login

Login is required to remove any restrictions on certain endpoints.

SSO Authentication

import { login } from "call-of-duty-api";
login(ssoToken: string);
// or alternatively
import API from "call-of-duty-api";
API.login(ssoToken: string);

PreviousGetting StartedNextModern Warfare

Last updated 3 years ago

Was this helpful?