Get specific rule applying to user attributes.
Rule was successfuly recieved.
Authentication not passed or wrong. Make sure you used authentication or correct credentials.
curl -i -X GET \ -u <username>:<password> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/user/attribute/rule/{rule_id}'
{- "rule_id": 1,
- "name": "Ork race armor rule",
- "is_enabled": true,
- "attribute_conditions": [
- {
- "attribute": "race",
- "operator": "eq",
- "value": "ork",
- "type": "string"
}
], - "items": [
- {
- "item_id": 1,
- "sku": "ork_armor",
- "name": "Ork Armor"
}
]
}