Skip to main content
GET
Discover a template's agnostic variable inventory

Authorizations

x-api-key
string
header
required

Copy the API key as provided by the Bridge Console.

Path Parameters

workspaceId
string<uuid>
required

Unique identifier of the workspace (UUID v4).

Example:

"5b1e3b8a-9e0a-4b7d-9d2a-3d2f1a5c8e11"

templateId
string
required

Template id or name — either identifies the same template.

Examples:

"order_shipped_promo"

"f0000040-0000-4000-8000-000000000040"

Response

Successful Response

Agnostic inventory of a template's variables, for a caller that must send it without knowing Meta's model.

id
string
required

Unique identifier of the template.

Example:

"f0000040-0000-4000-8000-000000000040"

name
string
required

Name of the template, used to identify it when sending.

Example:

"order_shipped_promo"

language
string
required

Language of the resolved pivot (the template's default language).

Example:

"es"

driftWarning
Drift warning · object
required

Diagnostic-only declaration-vs-snapshot mismatch. Never blocks a send.

variables
TemplateVariableResponse · object[]

Agnostic inventory of this template's variables.