curl --request GET \
--url http://localhost:3333/v1/trust-access/{friendlyUrl}/faqs{
"faqs": [
{
"id": "<string>",
"question": "<string>",
"answer": "<string>",
"order": 123
}
]
}Retrieve the frequently asked questions for a published trust portal as structured data.
curl --request GET \
--url http://localhost:3333/v1/trust-access/{friendlyUrl}/faqs{
"faqs": [
{
"id": "<string>",
"question": "<string>",
"answer": "<string>",
"order": 123
}
]
}Was this page helpful?