Call Of Duty API
Github
NPM
Discord
Search
⌃
K
Links
Call Of Duty API
Getting Started
How to Login
Modern Warfare
Modern Warfare 2
Warzone 2
Modern Warfare 3
Cold War
Vanguard
Store
User
Cod Points
Connected Accounts
Event Feed
Identities
Settings
Misc
Powered By
GitBook
Settings
Retrieve account settings.
Logged in user only.
import
{
Me
,
platforms
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
Me
.
settings
(
gamertag
:
string
,
platform
:
platforms
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Identities
Next
Misc
Last modified
1yr ago