v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBFacts
List Fact Groups
Returns a list of available fact groups, used to categorize facts associated with an interaction.
get/factgroups/
Headers
Tenant-Namestring required
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:base
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Response
Returns a list of available fact groups, used to categorize facts associated with an interaction.
Example response
{
"data": [
{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}
]
}