Skip to main content
GET
/
speakers
/
{speakerId}
Get speaker
curl --request GET \
  --url https://api.thehaystack.ai/v2/haystack/speakers/{speakerId} \
  --header 'Authorization: Bearer <token>'
{
  "speaker": {
    "id": 123,
    "name": "Pastor John Smith",
    "bio": "<string>",
    "imageUrl": "<string>",
    "imageFilename": "<string>",
    "itemCount": 123
  }
}

Authorizations

Authorization
string
header
required

Enter your API token from the Haystack dashboard

Path Parameters

speakerId
integer
required

Query Parameters

_expand
enum<string>[]
Available options:
items

Response

200 - application/json

Speaker detail

speaker
object