Update metadata

Overview

Metadata are any custom properties that you need to add to a customer object. The custom properties are stored as key-value pairs in the metadata property of the object.

To add or update metadata, pass the array key-value pairs in the metadata body parameter.

🚧

Note, that each time you call this endpoint, the metadata property is overwritten. If you need to edit a key-value pair of metadata, you must pass the entire array of key-value pairs.

To delete a customer's metadata, pass null in the metadata body parameter.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!