Location
# The Location Object ### Description The `Location` object is used to represent an address that can be associated with an employee. ### Usage Example Fetch from the `LIST Locations` endpoint and filter by `ID` to show all office locations.
IntegrationPlatformUnified-APIAgent HandlerLLM Gateway
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Location",
"title": "Location",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"remote_id": {
"type": [
"string",
"null"
],
"description": "The third-party API ID of the matching object."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "The datetime that this object was created by Merge."
},
"modified_at": {
"type": "string",
"format": "date-time",
"description": "The datetime that this object was modified by Merge."
},
"name": {
"type": [
"string",
"null"
],
"description": "The location's name."
},
"phone_number": {
"type": [
"string",
"null"
],
"description": "The location's phone number."
},
"street_1": {
"type": [
"string",
"null"
],
"description": "Line 1 of the location's street address."
},
"street_2": {
"type": [
"string",
"null"
],
"description": "Line 2 of the location's street address."
},
"city": {
"type": [
"string",
"null"
],
"description": "The location's city."
},
"state": {
"type": [
"string",
"null"
],
"description": "The location's state. Represents a region if outside of the US."
},
"zip_code": {
"type": [
"string",
"null"
],
"description": "The location's zip code or postal code."
},
"country": {
"oneOf": [
{
"$ref": "#/components/schemas/CountryEnum"
},
{
"type": "null"
}
],
"description": "The location's country. The country code in ISO 3166-1 alpha-2 format."
},
"location_type": {
"oneOf": [
{
"$ref": "#/components/schemas/LocationTypeEnum"
},
{
"type": "null"
}
],
"description": "The location's type. Can be either WORK or HOME"
},
"remote_was_deleted": {
"type": "boolean",
"description": "Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."
},
"field_mappings": {
"oneOf": [
{
"$ref": "#/components/schemas/LocationFieldMappings"
},
{
"type": "null"
}
]
},
"remote_data": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/RemoteData"
}
}
},
"description": "# The Location Object\n### Description\nThe `Location` object is used to represent an address that can be associated with an employee.\n\n### Usage Example\nFetch from the `LIST Locations` endpoint and filter by `ID` to show all office locations."
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/merge-location"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.