Verification key

get/verification_key

Provides the public key to be used to verify requests coming from Glean.

Responses
200

OK

Response Schema: application/json
publicKey
string

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

Request samples
Response samples
application/json
{
  • "publicKey": "string"
}