Create a key
1
Name it
Give the key a descriptive name, for example Website signup form or CRM sync.
2
Choose permissions
Pick what the key may do:
- Full access: read and write everything the API exposes.
- Read only: read data, change nothing.
- Custom: pick individual scopes, such as Read subscribers, Create & update subscribers, Read topics or Manage consents.
3
Choose the environment
- Live (
rm_live_...): for production integrations. - Test (
rm_test_...): for development and testing, without touching live data.
4
Copy the key immediately
The full key is shown once, right after creation: “Copy this key now. You will not be able to see it again.” Store it in a secrets manager or environment variable.
Manage keys
The key list shows each key’s name, masked value, environment (LIVE / TEST), status (ACTIVE / REVOKED), last used date and creation date. Open a key for its details, or use the actions:- Revoke: immediately stops the key from working. The entry stays for audit purposes.
- Delete: removes the key entirely.