Account Management API¶
Manage account settings, including access tokens for package-manager authentication.
See the guide for a narrative walkthrough of this API.
Base URL¶
https://api.central.sophos.com/accounts/v1 — Global service in the production environment.
Authentication¶
Every request carries an Authorization: Bearer header with an access token obtained through the client-credentials flow — see Get started.
Required permissions¶
This API's operations require one or more of the following, depending on the operation — see each operation's own page for the exact requirement:
download-token-management:readdownload-token-management:write
Operations¶
Token Management¶
- Get tokens
GET/access-tokens - Create token
POST/access-tokens - Update token
PATCH/access-tokens/{tokenId} - Revoke token
DELETE/access-tokens/{tokenId}
Download¶