Skip to main content
GET
Get Object Details
Get details of a requested object. This API is useful when you want to fetch object schema.

Headers

string
required
Bearer token for authentication, click here to generate one
string
default:"application/json"
required
application/json

Path Parameters

string
required
The slug identifier for the object type you want to filter (e.g., “lead”, “user”, “opportunity”)

Example Request

Example Response

This endpoint will return the details of an object that was requested in the API, including their schema with field definitions. You can use this information to understand the data structure before making requests to retrieve or filter the specific object.