LeleDerGrasshalmi / FortniteEndpointsDocumentation

Fortnite & Epic Games Unofficial API Documentation
267 stars 70 forks source link

Gift eligibility endpoint is not working (OfferId not url encoded) #313

Closed Damnbuoy closed 1 month ago

Damnbuoy commented 1 month ago

Issue Checklist

What is the Request Method?

GET

What is the Request URL?

https://fngw-mcp-gc-livefn.ol.epicgames.com/fortnite/api/storefront/v2/gift/check_eligibility/recipient/:friendId/offer/:offerId

What are your Request Headers (if applicable)?

No response

What are your Request Payload/Body (if applicable)?

No response

What is the Response Status Code?

404

What are the Response Headers (if applicable)?

No response

What is the Response Content? (if applicable)

No response

Additional Context (if applicable)

No response

BurakYs commented 1 month ago

The endpoint is not removed, you need to uri encode the offer ID

Damnbuoy commented 1 month ago

I tried it already. Do I have to remove the v2:/ part?

LeleDerGrasshalmi commented 1 month ago

no, that part is important its part of the offer id, you just need to properly url encode the offer id

Damnbuoy commented 1 month ago

Thanks it worked, Im silly.