POST
/
hosting
/
group
/
bulk
curl --request POST \
  --url https://api.hostwithdothost.com/hosting/group/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "hostingGroups": [
    {
      "hostingGroupName": "Premium Hosting",
      "hostingGroupDescription": "High-performance hosting for businesses.",
      "hostingGroupImage": "http://example.com/image.jpg"
    }
  ]
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
hostingGroups
object[]
required

Array of hosting groups to be created in bulk.