Products
Create Product
Create a new product in your organization.
POST
Creates a new product record with the given details.
Authorization: Requires Bearer token
Base URL: https://api.antei.com
Request Body
name
(required) – Name of the productcategory
(optional) – Product categorypricing_amount
(required) – Price of the productcurrency
(required) – Currency code (e.g., USD, EUR, INR)
Response
Returns the created product object including its unique ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Product created successfully
The response is of type object
.