URL: https://library-service.live.use1a.on.epicgames.com/library/api/public/stateToken/:stateToken/status
Method: GET
Auth Required: Yes (library:public:stateToken:status READ
)
stateToken
: The State Token returned by another Library Service API (e.g. Library Items), this is a UUIDv4
Example Response (Valid)
{
"valid": true
}
Example Response (Not Valid)
{
"valid": false
}