GET /contacts/v1/customObject/{id}/isUsedInContacts

Overview

Retrieves information on whether the contact model for an account uses the custom object.

URL Parameters

Name Type Description
id guid Required ID of the custom object as GUID value

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
GET /contacts/v1/customObject/unique-UUID-from-SFMC/isUsedInContacts
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

{
    "isUsedByContacts": true
    "requestServiceMessageID": "unique-GUID-from-SFMC"
    "resultMessages": [0]
    "serviceMessageID": "unique-GUID-from-SFMC"
}
Last Updated: Jun 8, 2021