Get the template variables schema
templates
Get the template variables schema
Returns a JSON Schema describing the variables the template’s published version expects — one labelled string property per variable, with required variables listed. Use it to build dynamic input forms or validate variables before creating passes; the Power Automate connector uses it to render the Create Pass fields.
Requires the templates:read scope on the access token.
GET
Get the template variables schema
Authorizations
Passlet access token (plt_*) sent as Authorization: Bearer <token> or X-API-Key. Authorized scopes are listed per operation under x-required-scopes.
Path Parameters
Resource identifier
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Response
OK