Voltar para Guest Spot Marketplace
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth: "bearer"
http:
successStatus: 201
path: "/v1/guest-spots"
method: "POST"
rateLimit:
tier: "standard"
limitPerMinute: 60

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"studioId"
3"title"
4"description"
5"startDate"
6"endDate"
7"timezone"
8"spotsAvailable"
9"costType"
10"currency"
11"location"
properties:
title:
status:
userId:
endDate:
costType:
currency:
location:
studioId:
timezone:
authToken:
startDate:
costAmount:
description:
requirements:
depositAmount:
costPercentage:
spotsAvailable:
preferredStyles:
includedAmenities:
includedEquipment:
minExperienceYears:
accommodationDetails:
accommodationProvided:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data"
2"meta"
properties:
data:
meta:
success: