Skip to main content
GET
/
v1
/
event
/
{eventId}
/
contacts
/
{contactId}
/
sessions
Get a contact's sessions
curl --request GET \
  --url https://public-api.sessionboard.com/v1/event/{eventId}/contacts/{contactId}/sessions \
  --header 'x-access-token: <api-key>'

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required
contactId
string
required

Response

OK