Skip to content

List activity visibility settings

GET
/v1/home/event-visibility
curl --request GET \
--url 'https://shareout.site/v1/home/event-visibility?workspace=example' \
--header 'Authorization: Bearer <token>'
workspace
required
string

Per-kind audience map

Media type application/json
object
kinds
Array<object>
object
canManage
boolean
scoped
boolean
Example generated
{
"kinds": [
{}
],
"canManage": true,
"scoped": true
}