Token Validation Key (V1)

Get public key for session token validation (V1)

This API endpoint will return the public key needed to handle the session token JWT validation. projectId is provided as a GET parameter, so this endpoint can be executed with a browser.

Request
path Parameters
projectId
required
string
Responses
200

OK

get/v1/keys/{projectId}
Request samples
Response samples
application/json
{
  • "alg": "string",
  • "e": "string",
  • "kid": "string",
  • "kty": "string",
  • "n": "string",
  • "use": "string"
}