Websites
Add Website
Register a new website to the organisation for auditing.
POST
POST
settings:website:add permission.
Request Body
string
required
The full URL of the website (e.g.
https://example.com). Must be a valid URI.string
A friendly display name for the website. Defaults to the domain if omitted.
string
UUID of the scan server region to use. Get available regions from List Regions.
Response
boolean
true when the website has been created.object
The newly created website object with
id, website_url, website_name, status, organisation_id.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json