401.
API keys
Keys have the formatrm_(live|test)_<random>:
A key resolves to exactly one project. All reads and writes are automatically isolated to that project and its tenant: a key cannot read or modify another project’s data.
Sending the key
Pass the key in theX-API-Key header:
Authorization:
Scopes
Every key carries a set of scopes. Each operation requires a specific scope, documented in that operation’s description (for example,Requires scope: subscribers:write). A request whose key lacks the required scope returns 403. This is different from 401, which means the key itself is missing or invalid.
The full scope taxonomy: