When you create an API key, you must assign it scopes and give it an alias to identify it. Each scope corresponds to endpoints that the key has permission to:
READ, via GET calls
WRITE, via POST and PUT calls
For more details about managing scopes, see the API key management guide.This page lists the endpoints in each scope.Notes on scope evolution:
Each endpoint belongs to only one scope.
Endpoints will not be moved from their current scope.
If a new endpoint is added to an existing scope, keys already assigned to the scope automatically gain access to the new endpoint. This also applies to scope permissions that contain no endpoints today.
If a new sub-scope is created, e.g. Bankaccounts.Xxxx, then keys previously assigned the Bankaccounts scope inherit access to the new sub-scope.