v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBFetch Object by id
API to fetch Object details by passing object type and ID.
get/v1/object/{object_type}/{id}/
Path parameters
idstring required
Unique identifier of the object in your system
object_typestring required
Used to group similar objects together. Give plural namespace like teams, organizations, and roles.
Response
200 - OK
Example response
{
"id": "engineering",
"object_type": "departments",
"created_at": "2025-04-04T09:55:12.397856+00:00",
"updated_at": "2025-04-04T09:55:12.422388+00:00",
"$<channel>": [
{
"status": "active"
}
]
}