Grant/Revoke attendee access to speakers

Using this API, you can provide attendee access to speakers so they can also join the platform as an attendee.

To call this API you need to send speakers' ID as id and event URL in path parameter. Also, you need to pass isAllowAttendeeAccess as true/ false and ticketTypeIds as the comma-separated values of ticket id as string in query parameter.

For ticket IDs sent in ticketTypeIds this API will grant or revoke attendee access from the speaker for that particular tickets.

We need to pass the authentication key to authenticate users and it will require super admin, event admin, event staff level access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Unique Speaker ID

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Query Params
ticketTypeIds
array of int32s

List of ticketing type IDs

ticketTypeIds
boolean
Defaults to true

Allow to attendee access to attend sessions other than their own.

Headers
string

API Authorization Token

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json