Attributes
Read a player's attributes
GET
/v1/attributesReturns what is true about the player right now, as the same key to value map that sets them.
Only attributes the player has a value for are present: one never set for them is absent rather than null. A player this environment has never seen comes back with nothing rather than as not found.
Authorization
ApiKey AuthorizationBearer <token>
Paste a project API key (no 'Bearer ' prefix). Create one in the dashboard under API keys.
In: header
Query Parameters
PlayerId?string
Your own id for the player.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/attributes"{ "attributes": {}}