Skip to content

Debug Returned Token

Think of the token as a “receipt” for the data the server has already processed. When your app sends more data, the token lets the system skip anything it has seen before.

The token isn’t tied to a specific person and doesn’t link to any additional service records.

The service will always respond with a token, and therefore it’s important that you send the last token along with any new data you send to the service, so nothing is duplicated.

If your browser allows it, you can decode the token right here in this tool with everything happening locally on your device.