notrix.
RESELLER · TIER 3
RB
API ACCESS

Programmatic key generation

Generate keys from your storefront backend · same as the panel, scope-limited

API keys

Endpoint
POSThttps://api.notrix.pro/v1/keys
Production · Sellix integration
ntrx_sk_live_5f8a••••••••••••••2c1d
keys:write keys:read
Production · custom backend
ntrx_sk_live_8a01••••••••••••••f9aa
keys:write
Staging · test endpoint
ntrx_sk_test_a112••••••••••••••f9a0
keys:write
Quick example
curl -X POST https://api.notrix.pro/v1/keys \ -H "Authorization: Bearer ntrx_sk_live_..." \ -H "Content-Type: application/json" \ -d '{"product":"r6-siege","duration_days":30,"qty":5,"note":"Sellix #ABC"}'# Response (200):# {"keys":["SKIN-R6-AB91-...","SKIN-R6-XC22-..."],"debited":24998,"balance_after":99732}

Webhooks

https://skinslot.com/api/notrix-hook200 OK
Subscribed: key.redeemed · key.expired · key.revoked · 2m ago
https://skinslot.com/api/notrix-buyerretrying
Subscribed: hwid.locked · 2 of 5 attempts · backoff 4m

Available scopes

keys:writeGenerate new keys against the API
keys:readList and inspect existing keys
users:readRead your downstream customer list (anonymized when un-claimed)

Tokens are scoped least-privilege. Rotate every 90 days.