APIs/Test Product/v1/Body Validation

Body Validation

POST/api/test/v1/validate-body

Test This Endpoint

Enter your credentials and parameters, then run a live request to see the real response

Authentication

X-API-Tokenrequired
X-API-Secretrequired

Body Parameters

itemsrequired
quantityrequired

Response

Click "Run Test" to send a live request and see the response here

Request Parameters

Validation rules grouped by request section.

Body Parameters

itemsarray
Type
array
Required
Yes
quantityinteger
Type
integer
Required
Yes

Header Parameters

X-API-TokenstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.
X-API-SecretstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.

Request Examples

curl -X POST 'https://bodapi.com/api/test/v1/validate-body' \
  -H "X-API-Token: $BODAPI_API_TOKEN" \
  -H "X-API-Secret: $BODAPI_API_SECRET"