curl --request GET \
--url https://api.app.hrizn.io/v1/public/reference/scopes \
--header 'X-API-Key: <api-key>'{
"data": {
"scopes": {
"ideaclouds:read": "List and view IdeaClouds and questions",
"ideaclouds:write": "Create IdeaClouds",
"content:read": "List and view content, components, HTML",
"content:write": "Create content, trigger generation",
"compliance:write": "Trigger compliance checks",
"content_tools:write": "Generate schemas, meta, social snippets",
"inventory:read": "List and view inventory, descriptions, feeds",
"inventory:write": "Trigger inventory description generation",
"webhooks:read": "View webhook subscriptions and deliveries",
"webhooks:write": "Create, update, delete webhook subscriptions",
"site:read": "View site details, brand voices, elements, categories"
}
}
}
List all API key scopes
curl --request GET \
--url https://api.app.hrizn.io/v1/public/reference/scopes \
--header 'X-API-Key: <api-key>'{
"data": {
"scopes": {
"ideaclouds:read": "List and view IdeaClouds and questions",
"ideaclouds:write": "Create IdeaClouds",
"content:read": "List and view content, components, HTML",
"content:write": "Create content, trigger generation",
"compliance:write": "Trigger compliance checks",
"content_tools:write": "Generate schemas, meta, social snippets",
"inventory:read": "List and view inventory, descriptions, feeds",
"inventory:write": "Trigger inventory description generation",
"webhooks:read": "View webhook subscriptions and deliveries",
"webhooks:write": "Create, update, delete webhook subscriptions",
"site:read": "View site details, brand voices, elements, categories"
}
}
}
{
"data": {
"scopes": {
"ideaclouds:read": "List and view IdeaClouds and questions",
"ideaclouds:write": "Create IdeaClouds",
"content:read": "List and view content, components, HTML",
"content:write": "Create content, trigger generation",
"compliance:write": "Trigger compliance checks",
"content_tools:write": "Generate schemas, meta, social snippets",
"inventory:read": "List and view inventory, descriptions, feeds",
"inventory:write": "Trigger inventory description generation",
"webhooks:read": "View webhook subscriptions and deliveries",
"webhooks:write": "Create, update, delete webhook subscriptions",
"site:read": "View site details, brand voices, elements, categories"
}
}
}