Skip to main content
POST
/
views
/
get
Get a view with its config and resolved group_by options
curl --request POST \
  --url https://api.supersonic.cv/views/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "view_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
view_id
string
required

View UUID

Response

Success

The response is of type object.