Organizations REST API

Organizations REST API documentation and interactive testing.

For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/organizations/contract

Create object

post
Authorizations
Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body
at_contextstring · enumOptional

Convention for '@context' JSON-LD compliance, convert in the frontend

Possible values:
at_typestring · enumOptional

Convention for '@type' JSON-LD compliance, convert in the frontend

Possible values:
alternateNamestringOptional
identifierstringOptional

The Review's ID, generated

imagestringOptional

image URL

sameAsstring[]Optional
urlstringOptional

URL reference to itself

brandstringOptional

URL to a brand

departmentstringOptional
dissolutionDatestring · dateOptional
dunsstringOptional
emailstringOptional
founderstring[]Optional
foundingDatestring · dateOptional
globalLocationNumberstringOptional
hasGS1DigitalLinkstringOptional
hasOfferCatalogstring[]Optional
isicV4stringOptional
iso6523CodestringOptional
legalNamestringOptional
leiCodestringOptional
logostringOptional

logo URL

memberstring[]Optional

URLs to Organizations

memberOfstring[]Optional

URLs to Organizations

naicsstringOptional
parentOrganizationstringOptional

URL to Organization

reviewstring[]Optional

URLs to Reviews

taxIDstringOptional
telephonestringOptional
vatIDstringOptional
idstringOptional

The Review's ID, generated

Responses
201

Successfully created the object

application/json
post
POST /organizations HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1601

{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Retrieve Object

get
Authorizations
Path parameters
idstringRequired

ID of the object to retrieve

Query parameters
langstringOptional

BCP 47 language code

Example: fr, de, de-AT, cy-GB
Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully retrieved the object

application/json
get
GET /organizations/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Update Object

put
Authorizations
Path parameters
idstringRequired

ID of the object to update

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body
at_contextstring · enumOptional

Convention for '@context' JSON-LD compliance, convert in the frontend

Possible values:
at_typestring · enumOptional

Convention for '@type' JSON-LD compliance, convert in the frontend

Possible values:
alternateNamestringOptional
identifierstringOptional

The Review's ID, generated

imagestringOptional

image URL

sameAsstring[]Optional
urlstringOptional

URL reference to itself

brandstringOptional

URL to a brand

departmentstringOptional
dissolutionDatestring · dateOptional
dunsstringOptional
emailstringOptional
founderstring[]Optional
foundingDatestring · dateOptional
globalLocationNumberstringOptional
hasGS1DigitalLinkstringOptional
hasOfferCatalogstring[]Optional
isicV4stringOptional
iso6523CodestringOptional
legalNamestringOptional
leiCodestringOptional
logostringOptional

logo URL

memberstring[]Optional

URLs to Organizations

memberOfstring[]Optional

URLs to Organizations

naicsstringOptional
parentOrganizationstringOptional

URL to Organization

reviewstring[]Optional

URLs to Reviews

taxIDstringOptional
telephonestringOptional
vatIDstringOptional
idstringOptional

The Review's ID, generated

Responses
200

Successfully updated the object

application/json
put
PUT /organizations/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1601

{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Patch Object

patch
Authorizations
Path parameters
idstringRequired

ID of the object to update

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body
at_contextstring · enumOptional

Convention for '@context' JSON-LD compliance, convert in the frontend

Possible values:
at_typestring · enumOptional

Convention for '@type' JSON-LD compliance, convert in the frontend

Possible values:
alternateNamestringOptional
identifierstringOptional

The Review's ID, generated

imagestringOptional

image URL

sameAsstring[]Optional
urlstringOptional

URL reference to itself

brandstringOptional

URL to a brand

departmentstringOptional
dissolutionDatestring · dateOptional
dunsstringOptional
emailstringOptional
founderstring[]Optional
foundingDatestring · dateOptional
globalLocationNumberstringOptional
hasGS1DigitalLinkstringOptional
hasOfferCatalogstring[]Optional
isicV4stringOptional
iso6523CodestringOptional
legalNamestringOptional
leiCodestringOptional
logostringOptional

logo URL

memberstring[]Optional

URLs to Organizations

memberOfstring[]Optional

URLs to Organizations

naicsstringOptional
parentOrganizationstringOptional

URL to Organization

reviewstring[]Optional

URLs to Reviews

taxIDstringOptional
telephonestringOptional
vatIDstringOptional
idstringOptional

The Review's ID, generated

Responses
200

Successfully patched the object

application/json
patch
PATCH /organizations/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1601

{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "at_context": "https://schema.org",
  "at_type": "Review",
  "alternateName": "text",
  "identifier": "text",
  "image": "text",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "sameAs": [
    "text"
  ],
  "url": "text",
  "address": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "brand": "text",
  "contactPoint": [
    {
      "at_type": "ContactPoint",
      "telephone": "text",
      "contactType": "text",
      "areaServed": "text",
      "availableLanguage": "text",
      "email": "text"
    }
  ],
  "department": "text",
  "dissolutionDate": "2025-08-26",
  "duns": "text",
  "email": "text",
  "founder": [
    "text"
  ],
  "foundingDate": "2025-08-26",
  "globalLocationNumber": "text",
  "hasGS1DigitalLink": "text",
  "hasOfferCatalog": [
    "text"
  ],
  "isicV4": "text",
  "iso6523Code": "text",
  "legalAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "legalName": "text",
  "leiCode": "text",
  "logo": "text",
  "member": [
    "text"
  ],
  "memberOf": [
    "text"
  ],
  "naics": "text",
  "parentOrganization": "text",
  "review": [
    "text"
  ],
  "slogan": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "taxID": "text",
  "telephone": "text",
  "vatID": "text",
  "id": "text",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-08-26T16:36:18.692Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Delete Object

delete
Authorizations
Path parameters
idstringRequired

ID of the object to delete

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully deleted the object

delete
DELETE /organizations/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*

No content

List objects

get

This operation supports Elastic Search Query DSL query format

Authorizations
Query parameters
langstringOptional

BCP 47 language code

Example: fr, de, de-AT, cy-GB
querystringOptional

Elastic Search Query DSL.

Example: { "query": { "match_all": {} } }
fromintegerOptional

Defines the starting record number for retrieval.

sizeintegerOptional

Defines the number of records to retrieve.

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully listed the objects

application/json
get
GET /organizations HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
[
  {
    "at_context": "https://schema.org",
    "at_type": "Review",
    "alternateName": "text",
    "identifier": "text",
    "image": "text",
    "name": [
      {
        "at_value": "text",
        "at_language": "text"
      }
    ],
    "description": [
      {
        "at_value": "text",
        "at_language": "text"
      }
    ],
    "sameAs": [
      "text"
    ],
    "url": "text",
    "address": {
      "at_type": "PostalAddress",
      "addressCountry": "text",
      "addressLocality": "text",
      "addressRegion": "text",
      "extendedAddress": "text",
      "postOfficeBoxNumber": "text",
      "postalCode": "text",
      "streetAddress": "text"
    },
    "brand": "text",
    "contactPoint": [
      {
        "at_type": "ContactPoint",
        "telephone": "text",
        "contactType": "text",
        "areaServed": "text",
        "availableLanguage": "text",
        "email": "text"
      }
    ],
    "department": "text",
    "dissolutionDate": "2025-08-26",
    "duns": "text",
    "email": "text",
    "founder": [
      "text"
    ],
    "foundingDate": "2025-08-26",
    "globalLocationNumber": "text",
    "hasGS1DigitalLink": "text",
    "hasOfferCatalog": [
      "text"
    ],
    "isicV4": "text",
    "iso6523Code": "text",
    "legalAddress": {
      "at_type": "PostalAddress",
      "addressCountry": "text",
      "addressLocality": "text",
      "addressRegion": "text",
      "extendedAddress": "text",
      "postOfficeBoxNumber": "text",
      "postalCode": "text",
      "streetAddress": "text"
    },
    "legalName": "text",
    "leiCode": "text",
    "logo": "text",
    "member": [
      "text"
    ],
    "memberOf": [
      "text"
    ],
    "naics": "text",
    "parentOrganization": "text",
    "review": [
      "text"
    ],
    "slogan": [
      {
        "at_value": "text",
        "at_language": "text"
      }
    ],
    "taxID": "text",
    "telephone": "text",
    "vatID": "text",
    "id": "text",
    "tags": [
      {
        "name": "text",
        "val": "text"
      }
    ],
    "meta": {
      "objectVersion": 1,
      "objectType": "text",
      "namespace": "text",
      "createdAt": "2025-08-26T16:36:18.692Z",
      "createdBy": "text",
      "lastUpdatedAt": "2025-08-26T16:36:18.692Z",
      "lastUpdatedBy": "text",
      "lastUpdateCorrelationID": "text"
    }
  }
]

Last updated

Was this helpful?