cURL
curl --request GET \ --url https://api.example.com/api/v1/templates/builtin-variables
{ "variables": [ { "name": "<string>", "description": "<string>", "example": "<string>" } ] }
Get list of available built-in variables.
Documentation IndexFetch the complete documentation index at: https://docs.wazzapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response with built-in variable list.
Show child attributes