About extending the API

This use case details the exposition of extended fields for the custom resource Profiles in the public Profiles API. For example, to instantly update a customer’s profile with a promo code generated from a billing system.

NOTE

In order to publish the API, make sure you have the Datamodel role.

The steps to expose extended fields in the public API are as follows:

  1. Add the extension fields to the Profile resource
  2. Publish the extension
  3. Verify that the new extended fields are available in the API

Related topics:

On this page