cURL
curl --request GET \ --url https://api.example.com/templates/default \ --header 'X-API-Key: <api-key>'
Get the user’s default proposal template.
Required scope: read
read
Returns the template marked as isDefault: true, or 404 if none is set. Handy for n8n workflows that always want the user’s preferred config.
isDefault: true
Successful Response