---
title: "Get speaker details"
method: GET
path: "/v1/events/{eventId}/speakers/{speakerId}"
tags: ["Speakers"]
---

# Get speaker details

`GET /v1/events/{eventId}/speakers/{speakerId}`

Use this endpoint to retrieve the details of a specific speaker added to a particular event type in your Zuddl organization.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required
- `speakerId` string, required

## Response `200`

Speaker details retrieved successfully

- OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetails
  - `kind` string
  - `url` string, uri
  - `id` string, uuid — Unique identifier of the speaker
  - `speakerOrder` integer — Order of appearance for this speaker
  - `profile` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsProfile — Speaker profile information
    - `firstName` string
    - `lastName` string
    - `bio` string — Bio of the speaker. May contain rich-text HTML markup (e.g. bold, italic, lists, links). Legacy speakers may still return plain text.
    - `company` string
    - `designation` string
    - `headline` string
    - `picUrl` string — Profile picture URL
  - `socialLinks` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsSocialLinks — Speaker's social and website links
    - `linkedInProfile` string
    - `twitterProfile` string
    - `facebookProfile` string
    - `websiteUrl` string
  - `sessions` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsSessionRef[] — Sessions where this speaker appears
    - `sessionId` string — Unique identifier of the session
    - `url` string, uri — API URL to retrieve session details
  - `externalRefId` string — A reference ID that you can use to map this speaker to your external systems or databases

## Other responses

- `400` — Invalid speaker ID or event ID
- `401` — Unauthorized
- `404` — Speaker not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
