Square · Example Payload

Location Example

Sample Square record.

RestaurantBookingsCatalogCheckoutCustomersDisputesE-CommerceFinancial TechnologyGift CardsInventoryInvoicingLaborLocationsLoyaltyMerchantsOrderPaymentsPoint-of-SaleRefundsRetailSubscriptionTeamTerminalWebhook

Location Example is an example object payload from Square, with 27 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameaddresstimezonecapabilitiesstatuscreated_atmerchant_idcountrylanguage_codecurrencyphone_numberbusiness_nametypewebsite_urlbusiness_hoursbusiness_emaildescriptiontwitter_usernameinstagram_usernamefacebook_urlcoordinateslogo_urlpos_background_urlmccfull_format_logo_urltax_ids

Example Payload

Raw ↑
{
  "id": "A1B2C3D4E5F6",
  "name": "Annie\u2019s Hot Sauce",
  "address": {
    "address_line_1": "sample-value",
    "address_line_2": "sample-value",
    "address_line_3": "sample-value",
    "locality": "sample-value",
    "sublocality": "sample-value",
    "administrative_district_level_1": "sample-value",
    "postal_code": "sample-value",
    "country": "US"
  },
  "timezone": "SAMPLESAMPLE",
  "capabilities": [
    "AUTOMATIC_TRANSFERS"
  ],
  "status": "INACTIVE",
  "created_at": "2026-03-15T14:30:00Z",
  "merchant_id": "A1B2C3D4E5F6",
  "country": "US",
  "language_code": "SAMPL",
  "currency": "USD",
  "phone_number": "SAMPLESAMPLE",
  "business_name": "SAMPLESAMPLE",
  "type": "MOBILE",
  "website_url": "https://squareup.com/receipt/abc123",
  "business_hours": {
    "periods": [
      {
        "day_of_week": "WED",
        "start_local_time": "sample-value",
        "end_local_time": "sample-value"
      },
      {
        "day_of_week": "MON",
        "start_local_time": "sample-value",
        "end_local_time": "sample-value"
      }
    ]
  },
  "business_email": "buyer@example.com",
  "description": "Sample Square record.",
  "twitter_username": "SAMPLESAMPLE",
  "instagram_username": "SAMPLESAMPLE",
  "facebook_url": "https://squareup.com/receipt/abc123",
  "coordinates": {
    "latitude": 60.66,
    "longitude": 49.15
  },
  "logo_url": "https://squareup.com/receipt/abc123",
  "pos_background_url": "https://squareup.com/receipt/abc123",
  "mcc": "SAMP",
  "full_format_logo_url": "https://squareup.com/receipt/abc123",
  "tax_ids": {
    "eu_vat": "sample-value",
    "fr_siret": "sample-value",
    "fr_naf": "sample-value",
    "es_nif": "sample-value"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/location-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.