kemApiV3OktaeventsGet method
Returns a list of event hooks for each okta tenant.
Since this endpoint uses the Okta API under the hood, it can be used to validate that the Okta API Tokens for each tenant are still active. This request is secured. It must have a header with a key of "ApiKey" and a value matching the corresponding KEM server-to-server key for the respective environment.
Implementation
Future<chopper.Response<OktaEventHooksDTO>> kemApiV3OktaeventsGet() {
generatedMapping.putIfAbsent(
OktaEventHooksDTO, () => OktaEventHooksDTO.fromJsonFactory);
return _kemApiV3OktaeventsGet();
}