Skip to main content
GET
/
v4
/
attendee
/
pending
Get pending attendees
curl --request GET \
  --url https://api.example.com/v4/attendee/pending \
  --header 'x-meetergo-api-user-id: <api-key>'
[
  {
    "id": 123,
    "companyId": "<string>",
    "email": "<string>",
    "bringalongEmails": [
      "<string>"
    ],
    "notes": {},
    "phone": "<string>",
    "language": "<string>",
    "timezone": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "fullname": "<string>",
    "firstname": "<string>",
    "lastname": "<string>",
    "deletedAt": "<string>"
  }
]

Authorizations

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

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

Response

200 - application/json

List of pending attendees retrieved successfully

id
number
required

Pending attendee ID

companyId
string
required

Company ID that the pending attendee was booking

email
string
required

Attendee email address

bringalongEmails
string[]
required

Additional attendee emails (bring-along)

notes
object
required

Attendee notes as key-value pairs

phone
string
required

Attendee phone number

language
string
required

Attendee preferred language

timezone
string
required

Attendee timezone

createdAt
string
required

Creation timestamp

updatedAt
string
required

Last update timestamp

fullname
string

Attendee full name

firstname
string

Attendee first name

lastname
string

Attendee last name

deletedAt
string

Soft deletion timestamp