// This will exercise the developer platform API // Cut & paste this gist into the Rest client extension of vs code. // Set the devPlatAuthToken in the VS Code extension settings // See: https://github.com/Huachao/vscode-restclient?tab=readme-ov-file#system-variables ###
GET {{devPlatBaseURL}}/entities/template accept: application/json Authorization: {{devPlatAuthToken}} ###