API ReferenceSession
GET
/v1/keys/
{projectId}
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.
Authorization
Path Parameters
projectId
Requiredstring
Status code | Description |
---|---|
200 | OK |
Was this helpful?