Get all speaker details
Speakers
Get all speaker details
Use this endpoint to retrieve the details of all speakers added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize the response.
Required API key scopes: READ
GET
Get all speaker details
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Query Parameters
Filter query in format:
Available filters:
- profile.company: operations [like]
Sort query in format:
The following fields are sortable:
- speakerOrder
- profile.firstName
Page number (default: 1)
Page size (default: 10, max: 50)