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>'

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