Make Metrics API calls
To make API calls, refer to the getting started repo. There are examples in node.js and python3 so that you can enter either subdirectory and run either npm
install
or pip -r
install
requirements.txt
.
API Overview
There is a single endpoint used to access the metrics API. The api.py
or api.js
files contain a function that will streamline this call, and all other API scripts make use of this function to log the output of that request to the console. You will need a valid developer API key to access.
Example Response Payload
Last updated