Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Array of hosting groups to be created in 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"
}
]
}'
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"
}
]
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Array of hosting groups to be created in bulk.
Show child attributes
Was this page helpful?