๐ท๏ธ Metadata
Metadata
Some endpoints support attaching custom metadata โ useful for tagging or grouping data.
Usage Example:
{
"name": "Jane Doe",
"email": "[email protected]",
"metadata": {
"campaign": "early-access",
"source": "ad"
}
}
-
Metadata must be a flat object.
-
It will be returned alongside the main object in the response.
-
Supports up to 10 key-value pairs per object.