Xsolla-logo

JSON Web Key Set

get/projects/{project_id}/jwks.json

Ein JSON-Objekt, das einen Satz von JWKs darstellt. Das JSON-Objekt MUSS als Key-Element ein Array von JWKs haben.

Request
path Parameters
project_id
required
string <uuid>

Login-Projekt-ID aus dem Kundenportal.

Responses
200

OK

400

Bad Request

404

Not Found

429

Too Many Requests

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