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.
Example:
Authorization: Bearer ********************
Authorize URL: https://lnk.bio/manage/access
Token URL: https://lnk.bio/oauth/token
or
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://lnk.bio/oauth/v1/page/block/types'
Responses
🟢200
application/json
Successful response
Body
Example
{"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."}]}