
v5.0.0-beta1
- Getting Started
- Authentication
- AdvancedReports
- Targets
- Exceptions
- Plans
- Products
- Subscriptions
- Vulnerabilities
- Reports
- Scanners
- Hosts
- Notifications
- Organizations
- Subscribe to a plan
- List organizations
- Create Organization
- List dependent subscriptions
- Show an organization
- Update an organization
- Delete an organization
- Subscribe an organization to a plan
- Unsubscribe an organization from a plan
- Move a user from one organization to another
- Export all organizations to a CSV file
- Organization Subscriptions
- Whitelabel
- PortLists
- getPortalSettings
- Scan Hosts
- Scan Vulnerabilities
- Schedules
- User
- Get current userGET
- Update current userPUT
- Change current user passwordPUT
- Get current user active plans (Not implemented yet)GET
- Get organization membersGET
- Get current user productsGET
- Get current organizationGET
- Update current organizationPUT
- Get subscriptions historyGET
- Change users productPUT
- Checks if authorization token is validGET
- Get current user permissionsGET
- Check if the user can be deletedGET
- Transfers all the resources from the user to another userPUT
- Delete my accountDELETE
- Users
- Scans
- User 2FA
- UserPreferences
- webhooks
- Webhooks
- Audit
Checks if authorization token is valid
GET
/v2/user/check
User
Last modified:2024-11-12 10:01:52
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/user/check'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠401Unauthorized
Modified at 2024-11-12 10:01:52