Headers
Response
Successful Response
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.usage.retrieveStats();
console.log(response);{}Get usage statistics for the authenticated user.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.usage.retrieveStats();
console.log(response);{}Was this page helpful?