cURL
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.
API key for authentication. Obtain from the Sessionboard admin dashboard.
Page number for pagination.
1 <= x <= 999
Number of results per page.
1 <= x <= 100
OK
Show child attributes
Pagination metadata returned with list responses.