Articles on: Account and Billing

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


  1. Go to your Templates dashboard
  2. Click the three dots (⋮) menu on any template card
  3. Select Copy Template ID
  4. The ID is now in your clipboard


Method 2: From the Editor


  1. Open your template in the Editor
  2. 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
  1. You can also click the Integration button (plug icon) to see the ID


Method 3: From the Playground


  1. Go to the Playground
  2. Select your template from the dropdown
  3. 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

Was this article helpful?

Share your feedback

Cancel

Thank you!