The decoded string (the value for the “decrypted” variable in the example above) is made up of the MID, access token string, access token expiration date (UNIX timestamp), and the refresh token string. Each part of the string is separated by a period. Use the periods to separate the string into pieces, then use the access token obtained to access the REST API.