Skip to main content

AppBanner

Banner object returned for app-authenticated requests. Note: the website field is "website" (not "www").

address1string

Primary address line

address2string

Secondary address line

companystring

The company or organization name associated with the banner

emailsstring[]

The list of email addresses for contact purposes

fullnamestring

The full name of the banner owner or contact person

idstring

Banner ID

ownerIdstring

ID of the banner owner

phones object[]

The list of phone numbers for contact purposes

  • Array [
  • labelstring
    numberstring
  • ]
  • social object[]

    List of social media profile URLs

  • Array [
  • labelstring
    linkstring
  • ]
  • titlestring

    The job title or position of the banner owner

    websitestring

    The primary website URL

    AppBanner
    {
    "address1": "string",
    "address2": "string",
    "company": "string",
    "emails": [
    "string"
    ],
    "fullname": "string",
    "id": "string",
    "ownerId": "string",
    "phones": [
    {
    "label": "string",
    "number": "string"
    }
    ],
    "social": [
    {
    "label": "string",
    "link": "string"
    }
    ],
    "title": "string",
    "website": "string"
    }