Xsolla-logo

Get SchemaServer-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>

Login project ID from Publisher Account.

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

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