Xsolla-logo

スキーマを取得するServer-side

get/project/{project_id}/attribute_schema

Gets JSON Schema of user attributes.

Notice
Rate limits for server-side methods are applied to this method.

SecurityAttributesServer
Request
path Parameters
project_id
required
string <uuid>

パブリッシャーアカウントからのログインプロジェクトID。

Responses
200

OK

400

無効なリクエスト

401

未認証

403

アクセス拒否

404

見つかりません

429

リクエストの回数が多すぎます

Request samples
curl --request GET \
  --url https://login.xsolla.com/api/project/{project_id}/attribute_schema \
  --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
Response samples
application/json
{ }