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>"
}
'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>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success