Skip to main content
POST
Create a product

Request Structure

Key Fields

Authorizations

Authorization
string
header
required

Use your API token in the Authorization header with Bearer scheme. Alternative: You can also pass the token as a query parameter ?token=your_token for backward compatibility.

Query Parameters

token
string
required

User authentication token

Example:

"YOUR_TOKEN"

Body

application/json
product
object
required

Response

Product successfully created

success
boolean
Example:

true

id
integer
Example:

14567

location
string
Example:

"/api/token-secured/product/14567"