Is there a way to get all available field via the rest api for a content type?

I’d like to dynamiclly create certain forms based on the available fields in a content type, is it possible to find out what fields and their types are available via the rest api

This topic has been created from a Discord post (1228072383596990494) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

You can get all structure of data from a content type calling the follow path in your request:

/api/content-type-builder/content-types/:id

Content Type Vehicle Exemple:

/api/content-type-builder/content-types/api::vehicle.vehicle

Take a look on USERS & PERMISSIONS PLUGIN to avoid the forbidden responses