Skip to main content
GET
/
api
/
v1
/
products
/
bulk
/
sample
Download bulk import sample CSV
curl --request GET \
  --url https://apix.us.amity.co/api/v1/products/bulk/sample \
  --header 'Authorization: Bearer <token>'
{
  "status": "error",
  "code": 400300,
  "message": "Forbidden error."
}

Authorizations

Authorization
string
header
required

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

Response

Redirect to sample CSV file download URL