curl --request POST \
--url https://api.example.com/v4/meeting-type-template/assign/{templateId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"userId": "<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.
curl --request POST \
--url https://api.example.com/v4/meeting-type-template/assign/{templateId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"userId": "<string>"
}
'