Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account Management Web APIs #161

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Krowe-moh
Copy link
Contributor

work in progress

@LeleDerGrasshalmi LeleDerGrasshalmi changed the title Account Web Account Portal Web APIs Sep 22, 2023
@LeleDerGrasshalmi
Copy link
Owner

Suggested edit:

diff --git a/EpicGames/Web/Account/Eula/History.md b/EpicGames/Web/Account/Eula/History.md
index 78d754b..f8b593b 100644
--- a/EpicGames/Web/Account/Eula/History.md
+++ b/EpicGames/Web/Account/Eula/History.md
@@ -19,8 +19,8 @@ _Example Response_
       "locale": "en-US",
       "version": 5,
       "revision": 8,
-      "accountId": "####",
-      "identityId": "####",
+      "accountId": "94b1569506b04f9f8557af611e8c5e47",
+      "identityId": "94b1569506b04f9f8557af611e8c5e47",
       "accepted": true,
       "responseTimestamp": "2022-03-24T12:01:28.943Z",
       "url": "https://cdn1.epicgames.com/eulatracking-download/fn/en/v5/r8/d3b60a9267a0b424d5c92f258e80814a.pdf"

@LeleDerGrasshalmi
Copy link
Owner

and i did an oopsie, this is supposed to be in tommorow commit, not a code suggestion lmao

@LeleDerGrasshalmi LeleDerGrasshalmi added the documentation Improvements or additions to documentation label Sep 23, 2023
@kenanneo
Copy link

sus bus ong

@LeleDerGrasshalmi
Copy link
Owner

sus bus ong

what

@kenanneo
Copy link

sus bus bruh!!

@Krowe-moh
Copy link
Contributor Author

finished content controls just a bit of extra documenting required (content controls)

Copy link
Contributor Author

@Krowe-moh Krowe-moh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

pr requires other endpoints to be documented then one last review

"errors": null,
"data": {
"controlsEnabled": true,
"principalId": "####",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix id

"data": {
"controlsEnabled": false,
"pinGatedPurchasingEnabled": false,
"principalId": "",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix id

_Example Response (shortened)_

```json
get response of a valid order id with reward
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do this

"isSuccess": true,
"backupCodes": [
{
"code": "XXXXXXXX",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to actual code format possibly

"taxType": "Tax",
"currency": "EUR",
"receiptId": "#####",
"invoiceId": "#####",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to actual format

"identityId": "94b1569506b04f9f8557af611e8c5e47",
"orderType": "PURCHASE",
"orderStatus": "COMPLETED",
"subscriptionId": "#####",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to actual format

@LeleDerGrasshalmi LeleDerGrasshalmi changed the title Account Portal Web APIs Account Management Web APIs Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants