get https://app.docupanda.io/standardizations/summary
Get a count of your standardizations, including the total number as well as the list of unique schema names
Responses
Get a count of your standardizations, including the total number as well as the list of unique schema names
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/standardizations/summary \
--header 'accept: application/json'
xxxxxxxxxx
{
"totalStandardizations": 0,
"schemaNames": [
"string"
]
}