Skip to content
Go to Micro

Get metadata properties

GET/v2/prism/{teamId}/properties

Get metadata properties

Path ParametersExpand Collapse
teamId: optional string
formatuuid
Query ParametersExpand Collapse
autofill: optional boolean
list_id: optional string

Scope properties to a specific list/app.

formatuuid
term: optional string

Get metadata properties

curl https://developers.micro.so/v2/prism/$TEAM_ID/properties \
    -H "x-api-key: $MICRO_API_KEY"
{
  "foo": {}
}
Returns Examples
{
  "foo": {}
}