User Activity Verification API¶
Ask a user or admin to confirm whether they performed some action.
See the guide for a narrative walkthrough of this API.
Base URL¶
https://api-{dataRegion}.central.sophos.com/user-activity-verification/v1 — Regional service in the production environment.
| Variable | Description | Default | Allowed values |
|---|---|---|---|
dataRegion | Data region where tenant data is stored. | eu01 | eu01, eu02, us01, us03 |
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:
uav.attestation:createuav.attestation:read
Operations¶
Attestations¶
- Add new attestation
POST/attestations - Get attestation
GET/attestations/{attestationId}
Download¶