Create Product

post/api/v2/admin/products

Creates a product in wallet platform

Request Body

name string
The name of the product
Example: Portfolio Basic
description string
The description of the product
Example: Grants access to the Portfolio UI

200 Response

Array of
id string
the public id of the object
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
name string
The name of the product
Example: Portfolio Basic
description string
The description of the product
Example: Grants access to the Portfolio UI