Skip to main content
GET
Retrieve a photoshoot template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Response

Photoshoot template found.

id
string
required
brand_id
string<uuid>
required
title
string
required
preview_url
string<uri> | null
required
shot_count
integer
required
Required range: x >= 1
created_at
string<date-time>
required
updated_at
string<date-time>
required
shots
object[]
required
Last modified on July 24, 2026