there is a route for conentTypes and contentType /api/content-type-builder/content-types/:uid
uid will be ‘api::article.article’
or else you can call strapi.contentTypes[uid] from code
2 Likes
there is a route for conentTypes and contentType /api/content-type-builder/content-types/:uid
uid will be ‘api::article.article’
or else you can call strapi.contentTypes[uid] from code