Get metadata properties by object type
GET/v2/prism/{teamId}/{objectType}/properties
Get metadata properties by object type
Get metadata properties by object type
curl https://developers.micro.so/v2/prism/$TEAM_ID/$OBJECT_TYPE/properties \
-H "x-api-key: $MICRO_API_KEY"{
"foo": {}
}Returns Examples
{
"foo": {}
}