Skip to content

agency

Information about the current agency.

ACCESS

Directly accessible in all Documents 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 integer
name string
invoice_name string

Legal name for invoices. Use in place of name when present.

email string
accounts_email string
phone string
subdomain string

The agency's subdomain on syngency.com.

url string
primary_domain string
email_domain string

The domain used for agency email addresses.

country string
country_id string

ISO 3166-1 alpha-2 country code.

currency_id string
currency_symbol string
timezone string
locale_language_id string
physical_address1 string
physical_address2 string
physical_address3 string
physical_postcode string
postal_address1 string
postal_address2 string
postal_address3 string
postal_postcode string
billing_address string

Which address to use for billing — postal or physical.

company_number string
tax_number string
date_format_short string

Agency-configured short date format string for use with the Liquid date filter.

date_format_medium string

Agency-configured medium date format string for use with the Liquid date filter.

date_format_long string

Agency-configured long date format string for use with the Liquid date filter.

time_format integer

Clock format — 12 or 24.

calendar_first_day integer

First day of the week — 0 for Sunday, 1 for Monday.

units string

Preferred unit system — imperial or metric. Used to select the appropriate measurement value.

type string

Agency type, e.g. talent, model.

talent_term string

Singular label used for talent across the agency, e.g. Talent, Model, Artist.

talent_term_plural string

Plural label used for talent across the agency.

talent_order_by string

Default sort order for talent listings.

default_start_time string

Default booking start time.

default_end_time string

Default booking end time.

local_time datetime

Current local time in the agency's timezone.

logo string

Logo asset filename, as uploaded to Settings > General. Pass through the asset_url filter to get the full URL.

media_url string

Format: absolute-url

Base CDN URL for agency media assets.

bank_account_number string
bank_routing_number string
bank_name string
bank_branch string
bank_swift_code string
image_sizes object

Agency-configured image transform dimensions, set in Settings > Image Sizes.

small object
portrait object
width integer
height integer
landscape object
width integer
height integer
medium object
portrait object
width integer
height integer
landscape object
width integer
height integer
large object
portrait object
width integer
height integer
landscape object
width integer
height integer
headshot object
width integer
height integer
schedule_types array

All configured booking schedule types, defined in Settings > Types.

id integer
name string
color string

Hex color for styling.

sort_order integer
internal string

Internal type key — confirmed, option, released, or null.

social array

Connected social media accounts for the agency.

service string

Service name, e.g. instagram, facebook, tiktok, youtube.

profile_id string
profile_name string
auth object

OAuth authentication data including access tokens and related credentials.

created_at datetime
updated_at datetime