Generates new RSA key and returns public key. To validate user JWT, choose the library and pass an appropriate public key from the response to this call to the validation function.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Not Found
Too Many Requests
curl --request POST \ --url https://login.xsolla.com/api/projects/{project_id}/keys \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "alg": "string",
- "e": "string",
- "kid": "string",
- "kty": "string",
- "n": "string",
- "use": "string"
}