curl --request GET \
--url https://public-api.sessionboard.com/v1/events \
--header 'x-access-token: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"timezone": "<string>",
"features": {
"translated_fields": true
}
}
],
"pagination": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalResults": 123
}
}Returns a paginated list of events accessible to the authenticated API key.
curl --request GET \
--url https://public-api.sessionboard.com/v1/events \
--header 'x-access-token: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"timezone": "<string>",
"features": {
"translated_fields": true
}
}
],
"pagination": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalResults": 123
}
}Documentation Index
Fetch the complete documentation index at: https://apidocs.sessionboard.com/llms.txt
Use this file to discover all available pages before exploring further.
Organization API token. Generate from Organization Settings → API Tokens.
Page number for pagination.
1 <= x <= 999Number of results per page.
1 <= x <= 100