Pre-release — contact your Fortary account team for access.
Scopes in v1
The v1 API is read-only, and it has a single scope:| Scope | Grants |
|---|---|
vault:read | Read access to vaults and their sub-resources — balances, transactions, and addresses — plus the networks and assets endpoints. |
resource:action pattern. As write capabilities are added in future versions, new scopes (for example, an action on transactions) will follow the same pattern — but vault:read is the only scope available in v1.
Managing keys themselves — creating, listing, or revoking them — is not an API scope. Those actions are performed by a signed-in user in the Fortary portal, never by an API credential. See Authentication.
Scopes versus the vault allowlist
Scopes and the vault allowlist answer two different questions, and a key carries both:- Scope — what the key can do (e.g. read).
- Vault allowlist — which vaults the key can do it to.
vault:read and an allowlist of two vaults can read those two vaults and nothing else. Narrowing either one narrows the key’s reach; neither can grant access the owning user doesn’t already have.
