Skip to main content
POST
/
v4
/
meeting-type-template
/
assign-workspace
/
{templateId}
Assign team template to workspace
curl --request POST \
  --url https://api.example.com/v4/meeting-type-template/assign-workspace/{templateId} \
  --header 'Content-Type: application/json' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --data '
{
  "workspaceId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

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

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

templateId
string
required

Template ID

Body

application/json
workspaceId
string
required

Response

201 - undefined