Where to Find Your Template ID
Where to Find Your Template ID
Your Template ID is a unique identifier needed for API calls and integrations. Here's how to find it:
Method 1: From the Templates Page
- Go to your Templates dashboard
- Click the three dots (⋮) menu on any template card
- Select Copy Template ID
- The ID is now in your clipboard
Method 2: From the Editor
- Open your template in the Editor
- Look at the URL in your browser—the Template ID is the last part:
https://app.templated.io/editor/abc123-def456-ghi789
└── This is your Template ID
- You can also click the Integration button (plug icon) to see the ID
Method 3: From the Playground
- Go to the Playground
- Select your template from the dropdown
- The Template ID is shown in the header and in the generated code samples
Method 4: Via API
List all your templates:
curl https://api.templated.io/v1/templates \
-H "Authorization: Bearer YOUR_API_KEY"
Each template object includes its id field.
Template ID Format
Template IDs are UUIDs that look like:
9dcf568e-26b3-4ef4-aa8c-075cdf9f4066
Always use the full ID in your API requests.
Updated on: 11/01/2026
Thank you!