Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Create a contact group (flat)

seller_id is required in the body.

POST/contact_groups
Authorization
AuthorizationBearer token (JWT) · headerrequired
Request body
requiredapplication/json
seller_idintegerrequired
namestringrequired
cart_requirements_list_idinteger
price_list_idinteger
allow_local_pickupboolean
allow_shippingboolean
Responses
201Contact group created
422Validation error
Request
curl -X POST "https://api.onbolder.com/v2/contact_groups" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "seller_id": 5,
  "name": "VIP Customers"
}'
Response
Contact group created