User Metadata
Per-app key-value metadata storage for users. Scoped by OAuth client_id.
📄️ List all metadata
Returns all key-value pairs stored by the authenticated app for the current user.
📄️ Get metadata value
Returns a single metadata value by key.
📄️ Create or update metadata
Creates or updates a metadata key-value pair. Returns 201 on create, 200 on update.
📄️ Delete metadata
Deletes a metadata key-value pair.