cURL
curl --request GET \ --url https://api.example.com/api/core/use-cases/glossary/example-csv \ --header 'Authorization: Bearer <token>'
Download an example CSV file for glossary upload format.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?