object

CategoryBySlug

Details regarding a FAQ category under which FAQs are stored.
Fields
Unique identifier of an entry. For example, '622ad5f0a5c59f33cc15ae16'.
application
String
Application ID - Identifier for a Sales channel. For example, '622ad5f0a5c59f33cc15ae16'.
children
[FAQ]
Details regarding a FAQs stored under a FAQs category.
description
String
Details of the FAQ category. For example, 'Frequently asked questions about shipping and delivery'.
icon_url
String
URL of the image associated with FAQ Category. For example, 'https://cdn.example.com/icons/shipping.png'.
index
Int
Order of FAQ Category. For example, 0, 1, 2, or 3.
slug
String
A short, human-readable, URL-friendly identifier. For example, 'shipping' or 'returns'.
title
String
Title of a FAQ Category. For example, 'Shipping & Delivery' or 'Returns & Refunds'.
custom_json
JSON
Custom JSON object for specific use cases.