API Kit Reference
getServiceInfo

getServiceInfo

Returns the information and configuration of the service.

Usage


_10
import { apiKit } from './setup.ts'
_10
_10
const serviceInfo = await apiKit.getServiceInfo()

Returns

Promise<SafeServiceInfoResponse>

The information and configuration of the service.

Was this page helpful?