gitpod.v1.AccountService
GetChatIdentityToken
Gets the chat identity token for the currently authenticated account.
Use this method to:
- Obtain a verification hash for in-app chat identity verification
- Secure chat sessions against impersonation
The returned hash is an HMAC-SHA256 signature of the account's email, used by the chat widget to verify user identity.
Examples
-
Get chat identity token:
Retrieves the identity verification hash for the authenticated account.
{}
post/gitpod.v1.AccountService/GetChatIdentityToken
Request body
Response
Success