Retrieves all glossary terms and their translations for your organization
cURL
curl --request GET \ --url https://app.prismy.io/api/public/glossary \ --header 'Authorization: Bearer <token>'
[ { "description": "A description", "terms": { "en-US": { "value": "availability" }, "fr-FR": { "value": "disponibilité" } } } ]
API token from your organization settings
Glossary retrieved successfully
Optional description of the term
"A description"
Show child attributes
{ "en-US": { "value": "availability" }, "fr-FR": { "value": "disponibilité" }}