Product Definitions & Fees

Get Product Definitions

get

Get product definitions that are already or could be potentially available for partner

Authorizations
Responses
200

OK

application/json
get
GET /products HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

OK

{
  "data": [
    {
      "name": "text",
      "productType": "CASH",
      "productCode": "WALLET",
      "description": "text",
      "isActive": true
    }
  ]
}

Last updated