Authorization: Bearer ********************
x-api-key: ********************
curl --location --request GET '/v2/user/products?active' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string",
"app_type": "string",
"description": "string"
}
]
}