provider Custom Object Instances GET /custom_object_instances/{custom_object_type_identifier}
@utdk/intercom /custom_object_instances/{custom_object_type_identifier}
Get Custom Object Instance by External ID
Fetch a Custom Object Instance by external_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
external_id query required
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
getcustomobjectinstancesbyexternalid
GET/custom_object_instances/{custom_object_type_identifier}
Fetch a Custom Object Instance by external_id.

Parameters

required

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

required

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.getcustomobjectinstancesbyexternalid({
  "Intercom-Version": "2.14"
})