Skip to main content
GET
Retrieve clients who granted consent for marketing for a specific event

Authorizations

Authorization
string
header
required

Custom Bearer token authentication for accessing private organizer endpoints.

Query Parameters

eventId
string

The unique identifier for the event. Must be a 24-character hexadecimal string. Note: If you provide this parameter, do not provide eventSlug.

Pattern: ^[a-f0-9]{24}$
eventSlug
string

The SEO-friendly slug for the event. Accepts alphanumeric characters, hyphens, underscores, and periods. Note: If you provide this parameter, do not provide eventId.

Pattern: ^[a-zA-Z0-9-_\\.]+$

Response

Successful response containing marketing consent information for clients associated with the specified event.

id
string<uuid>
required

The UUID of the event.

name
string
required

The name of the event.

slug
string
required

A slug identifier for the event.

A list of clients who have granted consent.