Metadata

We support adding metadata to most of our resources to help you store internal information within the system. Metadata is structured as flexible key–value pairs, allowing you to attach custom details to your objects as needed.

This makes it easier to search and filter data across both the API and the web interface. Organizations can also define specific rules and workflows based on metadata values. Metadata can be added when creating an object and updated at any time afterward.

{
  "metadata": {
    "keyName": "Example Value"
  }
}

Last updated