Getting an API key
- Open your dashboard → Account → Integration
- Click New API key, give it a name
- Copy the key — it is shown only once
- Under Access, select the point systems this key can interact with
Scoping keys to point systems
Each API key is scoped to one or more point systems. Any request that references apointSystemId not in that key’s scope will be rejected with a 403.
This lets you issue separate keys per application or environment:
Permission level
In addition to its point-system scope, every API key carries a permission level, chosen when you create the key (Account → Integration). It is one of:
Calling an endpoint the key isn’t permitted for returns
403. For example, a read-only key hitting /trigger, or a trigger-only key hitting /leaderboard.
Key format
API keys always start withrw_ followed by a 32-character hex string.