Access Token and EPIC_BEARER_TOKEN

Hi,

is there any way to convert or obtain an epic_bearer_token from a JWT access token?

I’m working on a small project where I’m trying to fetch my game library using a Python script. I can consistently generate access and refresh tokens for my account, but I haven’t found any documentation on how to use them to make an API call that returns my game library.

I found an endpoint that provides my transaction history, which I could use to reconstruct the library. However, this endpoint only accepts the Epic Games auth cookie, not the JWT access token.

So my question is:

Is there any way to exchange a JWT token for an Epic auth cookie, or is there an API endpoint that accepts the JWT access token to retrieve my library or transaction history?

Thanks a lot! :slight_smile: