API Reference
Log In
API Reference

/biz/api/v2/{project-name}/items/

This API is used to push new items for the project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

NOTE

Following two details will be shared with you for the integration

  1. {project-name}: This is what forms the API endpoint.
  2. A set of mandatory keys that should be present inside the data object posted in the request.

Single Create

The following is a sample request payload. The response returned would contain the same data as sent.

{
	"data": {
		"Category": "Cars & Bikes",
		"Description": "single owner less mileage driven nov 2009 no technical and mechanical work required 4 tyres and battery new driven by service class",
		"Title": "Alto LXI nov 2009 excellent condition single owner",
		"Brand": "Maruti Suzuki Alto",
		"Phone": 8800576985,
		"SubCategory": "Bikes"
	},
	"request_id": "example_1"
}
{
	"data": {
		"Category": "Cars & Bikes",
		"Description": "single owner less mileage driven nov 2009 no technical and mechanical work required 4 tyres and battery new driven by service class",
		"Title": "Alto LXI nov 2009 excellent condition single owner",
		"Brand": "Maruti Suzuki Alto",
		"Phone": 8800576985,
		"SubCategory": "Bikes"
	},
	"request_id": "example_1"
}

Multiple Create

The following is a sample request payload. The response returned would contain the same data as sent.

[{
	"data": {
		"text": "first"
	},
	"request_id": "58216"
}, {
	"data": {
		"text": "second"
	},
	"request_id": "58215"
}]
[{
	"data": {
		"text": "first"
	},
	"request_id": "58216"
}, {
	"data": {
		"text": "second"
	},
	"request_id": "58215"
}]
Body Params
string
required

An unique ID for the item. Maximum allowed length is 64 chars

Headers
string
required
Defaults to "application/json"
string
required
Defaults to "Bearer <token>"
Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json