Skip to main content
GET
/
objects
Get all objects for a location
curl --request GET \
  --url https://services.leadconnectorhq.com/objects \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "objects": [
    {
      "id": "661c06b4ffde146bdb469442",
      "standard": false,
      "key": "custom_objects.pet",
      "labels": {
        "singular": "Pet",
        "plural": "Pets"
      },
      "locationId": "Q9DT3OAqEXDLYuob1G32",
      "primaryDisplayProperty": "custom_objects.pet.name",
      "dateAdded": "2023-11-07T05:31:56Z",
      "dateUpdated": "2023-11-07T05:31:56Z",
      "description": "These are non vaccinated pets",
      "type": "The Object type can either USER_DEFINED or SYSTEM_DEFINED"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required

location id

Example:

"632c34b4c9b7da3358ac9891"

Response

Successful response

objects
object[]
Last modified on March 4, 2026