revealWebhookIntegrationSecret method
GET /{version}/webhooks/integration/secret
Implementation
Future<Object?> revealWebhookIntegrationSecret({ Map<String, Object?>? query, Map<String, String>? headers }) {
return transport.send(
route: '/{version}/webhooks/integration/secret',
method: 'GET',
query: query,
headers: headers,
pathParams: null,
);
}