provider Custom Object Instances GET /custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
@utdk/intercom /custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
Get Custom Object Instance by ID
Fetch a Custom Object Instance by id.
custom_object_type_identifier path required
The unique identifier of the custom object type that defines the structure of the custom object instance.
string
custom_object_instance_id path required
The id or external_id of the custom object instance
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
getcustomobjectinstancesbyid
GET/custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}
Fetch a Custom Object Instance by id.

Parameters

required

The unique identifier of the custom object type that defines the structure of the custom object instance.

required

The id or external_id of the custom object instance

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.getcustomobjectinstancesbyid({
  "Intercom-Version": "2.14"
})