Skip to main content
POST
/
availability
/
default
/
{availabilityId}
cURL
curl --request POST \
  --url https://api.example.com/availability/default/{availabilityId} \
  --header 'x-meetergo-api-user-id: <api-key>'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

availabilityId
string
required

Query Parameters

userId
string

Response

201 - undefined