Skip to main content
POST
/
v1.0
/
products
json
{
  "SKU": "eSim",
  "Description": "Telegent eSim",
  "Type": "esim",
  "SubType": "esim",
  "Cost": 12.34,
  "BillingFrequency": "MRC"
}
{
  "ProductId": "PRID-4384E69B-3194-9943-F839-20E477C8E399",
  "SKU": "VAS035",
  "Description": "Fraud Detection + Blocking",
  "AggregatorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "DistributorId": null,
  "Type": "VAS",
  "SubType": "AI Operator",
  "Cost": 1,
  "BillingFrequency": "MRC",
  "Active": true
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SKU
string
required

Product SKU

Example:

"eSim"

Description
string
required

Product description

Example:

"Telegent eSim"

Type
string
required

Product type (e.g., esim, vas)

Example:

"esim"

Cost
number
required

Product cost

Example:

12.34

BillingFrequency
enum<string>
required

Billing frequency (MRC=Monthly, NRC=Non-recurring)

Available options:
MRC,
NRC
Example:

"MRC"

SubType
string

Product sub-type

Example:

"esim"

Response

200 - application/json

Create Product

The response is of type object.