Returns all block types that can be created via /page/block/add, along with their required data fields and example payloads. Use this to discover available block types and build the correct data parameter.
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
{"status":true,"data":[{"type":"BLOCK_TITLE","name":"Title","data_required":true,"data_example":"{\"text\": \"Your heading text\"}","note":"Use GET /forms to retrieve available form IDs."}]}