Adding Custom Metadata to a Connected Account
You can add or change custom metadata for a connected account.
Last updated
Was this helpful?
You can add or change custom metadata for a connected account.
Last updated
Was this helpful?
You can use custom metadata to store a custom payload or object, tailored to the specific needs of your app. For example, this feature is useful for tracking customer information, internal user IDs, or other internal resources for a . Storing custom metadata in a Seam connected_account
object enables you to look up an internal resource from directly within your Seam . Then, you can .
If the associated contains custom metadata, Seam transfers this custom metadata as the initial value for this property. However, you can use the method with the optional custom_metadata
property to change or add custom metadata for the connected account. This property accepts up to 50 JSON key:value pairs.
Request:
Response: