Skip to main content
POST
/
v2
/
calendars
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/calendars/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hs_static_app": "<string>",
  "name": "<string>",
  "group": "<string>",
  "url": "<string>",
  "clienttimeout": 123,
  "hubspotOwnerId": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
hs_static_app
string
required
name
string
required
group
string
required
url
string
required
clienttimeout
number
required
hubspotOwnerId
string

Response

200

Success