OrgLocation

A postal-address location belonging to an organization. Each org has exactly one primary location, which is used as the registrant address for WHOIS, and exactly one registered-office location, which is created automatically with the org and cannot be deleted.

  • object
    Type: string

    Resource type identifier, always "org_location"

  • id
    Type: string

    Stable identifier for the location

  • org_id
    Type: string

    Identifier of the owning organization

  • label
    Type: string

    Display label (e.g. "HQ", "Berlin office"). Fixed to "Registered office" on the registered-office record.

  • street1
    Type: string

    First line of the street address

  • street2
    Type: string

    Second line of the street address (suite, floor, attention line)

  • city
    Type: string

    City or locality

  • region
    Type: string

    State, province, or administrative region

  • postal_code
    Type: string

    Postal or ZIP code

  • country_code
    Type: string

    ISO 3166-1 alpha-2 country code, uppercase

  • phone
    Type: string

    Office phone in E.164 form. Optional.

  • is_primary
    Type: boolean

    True when this is the org's primary (default) location

  • is_system
    Type: boolean

    True when this is the org's registered-office record. Its label is fixed and the record cannot be deleted; address fields remain editable.

  • created_at
    Type: string

    Creation timestamp in RFC 3339 UTC form

  • updated_at
    Type: string

    Last-update timestamp in RFC 3339 UTC form