Skip to main content
GET
Get one published motion template
Retrieves one official template by ID from Viggle’s published catalog — useful to confirm a template_id (found via List Motion Templates, or supplied by your own users) exists and inspect its media before calling Import Motion.
Passed through unchanged from the upstream catalog service, like List Motion Templates — the response shape isn’t part of the versioned V1 contract.

Response

200 OK with the template, passed through unchanged:
An unknown template_id returns 404.

Authorizations

Authorization
string
header
required

Server-side SDK clients use a project API key. Remote MCP clients use an OAuth access token. Never expose a project API key in browser code.

Headers

X-Request-Id
string

Optional caller-supplied correlation ID, up to 128 characters. The service returns the effective value in the response header for tracing and support.

Required string length: 1 - 128
X-Viggle-Source
string

Optional source-channel label, up to 128 characters, used to attribute traffic to an SDK, integration, product surface, or internal workflow.

Required string length: 1 - 128

Path Parameters

template_id
string
required

Response

The upstream template response, passed through unchanged. Shape is intentionally unconstrained.

The response is of type object.