Get Asset Type
curl --request GET \
--url https://api.runflow.io/v1/assets/types/{name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}Media
Get Asset Type
Return a single Asset Type record by its primary key.
GET
/
v1
/
assets
/
types
/
{name}
Get Asset Type
curl --request GET \
--url https://api.runflow.io/v1/assets/types/{name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}⌘I