curl --request GET \
--url https://caliper.alpha-1edtech.ai/caliper/events \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"errors": "<unknown>"
}List Caliper Events
curl --request GET \
--url https://caliper.alpha-1edtech.ai/caliper/events \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"errors": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.