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

확인

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
{ }