Fetches all the attributes (fields) associated with a specific template. These attributes define the fields users must fill when using the template (e.g., text fields, dropdowns, checkboxes).
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/template/attribute' \
--header'Authorization: Bearer <token>'