curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/contacts/{contactId}/sessions \
--header 'x-access-token: <api-key>'Returns all sessions associated with a specific contact within an event.
curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/contacts/{contactId}/sessions \
--header 'x-access-token: <api-key>'