/
HO
hostfully
/
Hostfully API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.1
Apache 2.0
2026-07-26
176
256
241.4 KB
Services
Create service
Adds a new service to the system
post
/api/v3.3/services
Request body
ServiceAddingApi3Dto
required
serviceProviderUid
string
required
type
'PERSONAL_SERVICE'
|
'TRANSPORTATION_SERVICE'
|
'CLEANING_SERVICE'
|
'GREETING_SERVICE'
|
'COOKING_SERVICE'
|
'TOUR'
|
'OTHER'
required
cateredToType
'GUEST'
|
'HOST'
|
'BOTH'
required
duration
integer
partyMaximumSize
integer
price
number
double
hourlyRate
number
double
dailyRate
number
double
title
string
required
description
string
Optional field, max size is 255
longDescription
string
quantityDescription
string
Optional field, max size is 255
isActive
boolean
cancellationPolicy
string
Optional field, max size is 255
defaultPicture
string
Optional field, max size is 255
Response
OK