Skip to main content
GET
/
v1
/
projects
/
types
Get all project type categories
curl --request GET \
  --url https://api.vcm.fyi/v1/projects/types \
  --header 'X-API-KEY: <api-key>'
{
  "Top": [
    "<string>"
  ],
  "Other": [
    "<string>"
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Project types grouped by category

Top
(string | null)[]
required
Other
(string | null)[]
required