opensesh docs

List event speakers

GET
/events/{eventId}/speakers

The speaker directory: profile readiness, workflow status, task progress, and sessions per speaker.

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/events/string/speakers"
{  "rows": [    {      "contact": {        "id": "string",        "email": "string",        "profileReviewStatus": "approved",        "firstName": "string",        "lastName": "string",        "title": "string",        "company": "string",        "bio": "string",        "headshotUrl": "string",        "dietaryRequirements": "string",        "tshirtSize": "string",        "phone": "string",        "linkedinUrl": "string",        "twitterUrl": "string",        "facebookUrl": "string",        "websiteUrl": "string",        "workflowStatus": "invited",        "custom": {}      },      "sessions": [        {          "id": "string",          "code": "string",          "title": "string"        }      ],      "tasks": [        {          "id": "string",          "title": "string",          "status": "todo",          "dueDate": "string",          "submissionCode": "string"        }      ],      "files": [        {          "id": "string",          "versionId": "string",          "filename": "string",          "kind": "request",          "label": "string",          "uploadedAt": "string",          "contentType": "string",          "size": 0,          "uploaderName": "string"        }      ],      "emails": [        {          "id": "string",          "subject": "string",          "type": "confirmation",          "status": "queued",          "sentAt": "string"        }      ],      "profileChanges": [        {          "id": "string",          "changedFields": [            "string"          ],          "previousValues": {},          "newValues": {},          "authorName": "string",          "approvalStatus": "approved",          "reviewedAt": "string",          "createdAt": "string"        }      ]    }  ],  "csv": "string"}