Xsolla-logo

JSON Web Key Set

get/projects/{project_id}/jwks.json

A JSON object that represents a set of JWKs. The JSON object MUST have a keys member, which is an array of JWKs.

Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

Responses
200

OK

400

Bad Request

404

Not Found

429

Too Many Requests

Request samples
Response samples
application/json
{
  • "keys": [
    ]
}