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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Enter a gateway URL 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"
})