• Introduction
    • Getting Started
    • Authentication
  • Guide
    • Common Code Patterns
    • Metrics
  • Data
  • Deal Management
  • User
    • POSTClient Access Token
  • Chat
LogoLogo
DataBenchmarking

Categories Metadata

GET
/api/v1/data/benchmark/metadata/categories
GET
/api/v1/data/benchmark/metadata/categories
1curl https://app.termina.ai/api/v1/data/benchmark/metadata/categories \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1[
2 {
3 "name": "string",
4 "friendly_name": "string",
5 "parent_name": "string",
6 "preferred_user_type": "consumer",
7 "description": "",
8 "long_description": "",
9 "enabled": true
10 }
11]
Get the benchmark categories metadata.
Was this page helpful?
Previous

All Diligence Metadata

Next
Built with
All Diligence Metadata
Get the benchmark categories metadata.

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Response

Successful Response
namestring
friendly_namestring
parent_namestring or null
preferred_user_typeenum or null
descriptionstring or nullDefaults to
long_descriptionstring or nullDefaults to
enabledboolean or nullDefaults to true
Successful Response

Bearer authentication of the form Bearer <token>, where token is your auth token.