Skip to main content
GET
/
strategies-taxonomy
List taxonomy groups for strategy creation
curl --request GET \
  --url https://api.noonum.ai/v2/strategies-taxonomy \
  --header 'Authorization: Bearer <token>'
{
  "gicsSectors": [
    {
      "id": "83d88f60-f581-4176-bb5c-e0b463d1d442",
      "name": "Transformative Technology",
      "description": "<string>"
    }
  ],
  "megatrends": [
    {
      "id": "83d88f60-f581-4176-bb5c-e0b463d1d442",
      "name": "Transformative Technology",
      "description": "<string>"
    }
  ],
  "metathemes": [
    {
      "id": "83d88f60-f581-4176-bb5c-e0b463d1d442",
      "name": "Transformative Technology",
      "megatrendId": "5f0c41b8-5c0c-4b7e-8d19-6a2f9e3a3a74",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Response

200 - application/json

Taxonomy categories grouped by type

gicsSectors
object[]
required
megatrends
object[]
required
metathemes
object[]
required