v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Tokenization

Retrieve the Tokenization Decisioning HMAC secret key

Retrieve the Tokenization Decisioning secret key. If one does not exist your program yet, calling this endpoint will create one for you. The headers of the Tokenization Decisioning request will contain a hmac signature which you can use to verify requests originate from Lithic. See this page for more detail about verifying Tokenization Decisioning requests.

get/v1/tokenization_decisioning/secret

Response

OK

secretstring

The Tokenization Decisioning HMAC secret

Example response

{
  "secret": "whsec_1NDsYinMGr951KuDEaj78VtWzlyPaOnwUVagFiWIPJs="
}