Component types

Get Stack Component Types

get

Get a list of all stack component types.

Returns: List of stack components.

Authorizations
OAuth2passwordRequired
Token URL:
Responses
get
/api/v1/component-types
GET /api/v1/component-types HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  "text"
]

Last updated

Was this helpful?