Skip to main content
POST
/
v4
/
attendee
/
no-show
/
{attendeeId}
Mark attendee as no-show
curl --request POST \
  --url https://api.example.com/v4/attendee/no-show/{attendeeId} \
  --header 'x-meetergo-api-user-id: <api-key>'

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

attendeeId
string
required

The unique identifier of the attendee to mark as no-show

Response

201 - undefined