GET
/
verification_key
curl --request GET \
  --url https://{domain}-be.glean.com/api/tools/v1/verification_key
{
  "publicKey": "<string>"
}

Response

200 - application/json
OK

Describes the response body of the /verification_key API call

publicKey
string

The public key to be used to verify requests coming from Glean.

Was this page helpful?