v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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

emptyboolean

Response

Success

emailHashstring required

email_hash is the HMAC-SHA256 hash of the account's email address, used for chat widget identity verification