1. Event Attendee
  2. Search Event Attendees
POST

/crm/event/attendees/search

vessel-api-token*
curl --request POST \
     --url https://api.vessel.land/crm/event/attendees/search \
     --header 'vessel-api-token: AUTH_VALUE'
curl --request POST \
  --url https://api.vessel.land/crm/event/attendees/search \
  --header 'Content-Type: application/json' \
  --header 'vessel-api-token: ' \
  --data '{
  "accessToken": "string",
  "filters": {
    "email": {
      "endsWith": "@bluecross.com"
    }
  }

Parameters

accessTokenRequired
string

The token for the customer's account. This was generated when they connected their account.

cursor
string

The cursor to use for pagination

limit
number

The number of records to return per page.

allFields
boolean

Returns all fields including non-unifiable and custom fields under the "additional" property in the response

Body

filters
object

Response

eventAttendees
array
nextPageCursor
string