Skip to main content
POST
Create a product or standalone service

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_id
integer
required
service_type
enum<string>
required
Available options:
product,
custom
product_id
integer
service_name
string
category_id
integer
price
number
Required range: x >= 0
billing_cycle
string
due_date
string<date-time>
notes
string

Response

Service response

data
object
required
meta
object
required
message
string