Appearance
agency
Information about the current agency.
ACCESS
Directly accessible in all Website templates.
Example
json
{
"id": 1,
"name": "Syngency Models",
"invoice_name": "Syngency Models Pty Ltd",
"email": "hello@agency.com",
"accounts_email": "accounts@agency.com",
"phone": "+1 310 555 0100",
"subdomain": "syngency",
"url": "http://www.agency.com",
"primary_domain": "agency.com",
"email_domain": "agency.com",
"country": "United States",
"country_id": "US",
"currency_id": "USD",
"currency_symbol": "$",
"timezone": "America/Los_Angeles",
"locale_language_id": "en_US",
"physical_address1": "1500 Wilshire Blvd",
"physical_address2": "Suite 105",
"physical_address3": "Los Angeles, CA",
"physical_postcode": "90017",
"postal_address1": "1500 Wilshire Blvd",
"postal_address2": "Suite 101",
"postal_address3": "Los Angeles, CA",
"postal_postcode": "90017",
"billing_address": "postal",
"company_number": null,
"tax_number": null,
"date_format_short": "%m/%d/%Y",
"date_format_medium": "%B %e, %Y",
"date_format_long": "%A, %B %e, %Y",
"time_format": 12,
"calendar_first_day": 1,
"units": "imperial",
"type": "talent",
"talent_term": "Talent",
"talent_term_plural": "Talent",
"talent_order_by": "model.display_name",
"default_start_time": "08:00:00",
"default_end_time": "17:00:00",
"local_time": "2025-01-31 12:00:00",
"logo": "logo.png",
"media_url": "https://cdn.syngency.com/[agencyId]",
"bank_account_number": null,
"bank_routing_number": null,
"bank_name": null,
"bank_branch": null,
"bank_swift_code": null,
"image_sizes": {
"small": {
"portrait": {
"width": 340,
"height": 440
},
"landscape": {
"width": 680,
"height": 440
}
},
"medium": {
"portrait": {
"width": 540,
"height": 700
},
"landscape": {
"width": 1080,
"height": 700
}
},
"large": {
"portrait": {
"width": 770,
"height": 1000
},
"landscape": {
"width": 1540,
"height": 1000
}
},
"headshot": {
"width": 340,
"height": 440
}
},
"schedule_types": [{
"id": 1,
"name": "Confirmed",
"color": "#4CAF50",
"sort_order": 1,
"internal": "confirmed"
}],
"social": [{
"service": "instagram",
"profile_id": "123456789",
"profile_name": "syngency_official",
"auth": null,
"created_at": "2025-01-31 12:00:00",
"updated_at": "2025-01-31 12:00:00"
}]
}Properties
id
integername
stringinvoice_name
stringLegal name for invoices. Use in place of name when present.
email
stringaccounts_email
stringphone
stringsubdomain
stringThe agency's subdomain on syngency.com.
url
stringprimary_domain
stringemail_domain
stringThe domain used for agency email addresses.
country
stringcountry_id
stringISO 3166-1 alpha-2 country code.
currency_id
stringcurrency_symbol
stringtimezone
stringlocale_language_id
stringphysical_address1
stringphysical_address2
stringphysical_address3
stringphysical_postcode
stringpostal_address1
stringpostal_address2
stringpostal_address3
stringpostal_postcode
stringbilling_address
stringWhich address to use for billing — postal or physical.
company_number
stringtax_number
stringdate_format_short
stringAgency-configured short date format string for use with the Liquid date filter.
date_format_medium
stringAgency-configured medium date format string for use with the Liquid date filter.
date_format_long
stringAgency-configured long date format string for use with the Liquid date filter.
time_format
integerClock format — 12 or 24.
calendar_first_day
integerFirst day of the week — 0 for Sunday, 1 for Monday.
units
stringPreferred unit system — imperial or metric. Used to select the appropriate measurement value.
type
stringAgency type, e.g. talent, model.
talent_term
stringSingular label used for talent across the agency, e.g. Talent, Model, Artist.
talent_term_plural
stringPlural label used for talent across the agency.
talent_order_by
stringDefault sort order for talent listings.
default_start_time
stringDefault booking start time.
default_end_time
stringDefault booking end time.
local_time
datetimeCurrent local time in the agency's timezone.
logo
stringLogo asset filename, as uploaded to Settings > General. Pass through the asset_url filter to get the full URL.
media_url
stringFormat: absolute-url
Base CDN URL for agency media assets.
bank_account_number
stringbank_routing_number
stringbank_name
stringbank_branch
stringbank_swift_code
stringimage_sizes
objectAgency-configured image transform dimensions, set in Settings > Image Sizes.
small
objectportrait
objectwidth
integerheight
integerlandscape
objectwidth
integerheight
integermedium
objectportrait
objectwidth
integerheight
integerlandscape
objectwidth
integerheight
integerlarge
objectportrait
objectwidth
integerheight
integerlandscape
objectwidth
integerheight
integerheadshot
objectwidth
integerheight
integerschedule_types
arrayAll configured booking schedule types, defined in Settings > Types.
id
integername
stringcolor
stringHex color for styling.
sort_order
integerinternal
stringInternal type key — confirmed, option, released, or null.
social
arrayConnected social media accounts for the agency.
service
stringService name, e.g. instagram, facebook, tiktok, youtube.
profile_id
stringprofile_name
stringauth
objectOAuth authentication data including access tokens and related credentials.
created_at
datetimeupdated_at
datetime