Skip to main content
GET
GET
Returns all websites registered to the user’s organisation. Optionally filter to a single website by providing website_id.

Query Parameters

string
Filter the results to a single website by its UUID.

Response

boolean
true on a successful request.
array
Array of website objects. Each item includes id, website_url, website_name, status, rum_status, enable_aaa, and created_time.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website_id
string<uuid>

Filter to a specific website

Response

200 - application/json

List of websites

success
boolean
data
object[]