Token rotation

Replace a lost access token

Tokens are stored only as hashes and cannot be looked up. If yours is lost or compromised, a replacement can be issued to the registered administrator address. You will need your client_app_id, which identifies the application - the name does not, since names are not unique.

Issuing a replacement invalidates the current token immediately. Existing surveys, participants and results are not affected.

The 26-character identifier issued with your token. Your application sends it on every API request, so it is in your configuration next to the token itself. It is not a secret.

Must be the address this application was registered with.

Register a new application instead.