Application::decryptUnsubHash Method

Decrypt an email unsubscribe hash that was generated by the Application::generateUnsubLink, returning the user details.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
hash StringEncrypted unsubscribe hash

GET Response Notes

Decrypted information from the encrypted hash as an array (email preference, user type, user id, followed by TTL), or returns false if the provided hash is invalid.

Return response will be in one of the following formats: array, boolean.

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.