Cassie's API Documentation
We Do plan on using Authentication soon, Every user will have a custom API Key
Export Files
GET
/v1/export?type=json&path=FortniteGame/Plugins/GameFeatures/SaveTheWorldThis can take a type of json or image, And it will export them from the game files
{
"data": {}
}Save The World Alerts
GET
/v1/alerts/vbucksThis endpoint will fetch the current V-Bucks missions
{
"data": {
"total": 1,
"missions": []
}
}GET
{
"data": {
"total": 1,
"missions": []
}
}BR & STW Shops
Account Lookup
GET
/v1/account/:accountIdThis endpoint will return if a account is disabled or active
{
"data:" {
"displayName": "Cassie Clip1",
"account_id": "1234567",
"accountStatus": "DISABLED"
}
}