Skip to main content
GET
Get a group attribute
Returns a single attribute by key. The key is passed as a path parameter. If the key does not exist, the endpoint returns a 404. This is useful when you need one specific attribute value without fetching the full attribute set. To retrieve all attributes on the group at once, use the get attributes endpoint.
For usage patterns and examples, see the State Management guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Group ID

key
string
required

Attribute key

Response

Attribute key-value pair

key
string

Attribute key

Example:

"tier"

value
string

Attribute value

Example:

"gold"